color codes Logo

#cc030d color codes

#CC030D
(204,3,13)
0 Favorites   0 Comments

Color spaces of #cc030d

RGB 204313
HSL0.990.970.41
HSV357°99°80°
CMYK 0.000.990.94   0.20
XYZ25.007012.93161.5588
Yxy12.93160.63310.3274
Hunter Lab35.960561.198222.6023
CIE-Lab42.660067.544352.5748

#cc030d color RGB value is (204,3,13).

#cc030d hex color red value is 204, green value is 3 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cc030d hue: 0.99 , saturation: 0.97 and the lightness value of cc030d is 0.41.

The process color (four color CMYK) of #cc030d color code is 0.00, 0.99, 0.94, 0.20. Web safe color of #cc030d is #cc0000. Color #cc030d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 00001101
Octal 314 3 15
Decimal 204 3 13
Hex CC 3 D

RGB Percentages of Color #cc030d

%92.73
%1.36
%5.91

CMYK Percentages of Color #cc030d

%0
%99
%94
%20

Triadic Colors of #cc030d

#cc030d #0dcc03 #030dcc

Analogous Colors of #cc030d

#cc030d #cc5e03 #cc0372

Monochromatic Colors of #cc030d

#cc030d

Complementary Color

#cc030d #03ccc2

#cc030d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc030d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc030d Color CSS Codes

.mybgcolor {background-color:#cc030d; } 
.myforecolor {color:#cc030d; }
.mybordercolor {border:3px solid #cc030d; }

#cc030d Text Font Color

<p style="color:#cc030d">Text here</p>

This sample text font color is #cc030d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc030d Background Color

<div style="background-color:#cc030d">
Div content here</div>

This div background color is #cc030d


#cc030d Border Color

<div style="border:3px solid #cc030d">
Div here</div>

This div border color is #cc030d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,3,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc030d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc030d;
  -webkit-box-shadow: 1px 1px 3px 2px #cc030d;
  box-shadow:         1px 1px 3px 2px #cc030d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,3,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc030d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc030d;
  -webkit-box-shadow: 1px 1px 3px 2px #cc030d;
  box-shadow:         1px 1px 3px 2px #cc030d;">
Div content here</div>

This div box has shadow with color #cc030d


Comments

No comments written yet.

Please login to write comment.