Html Css Color HEX #CC0C2D Fire Engine Red

📋 copy color: '#CC0C2D'

red 204 ◦ green 12 ◦ blue 45

#CC0C2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CC0C2D

Tints of Fire Engine Red #CC0C2D

RGB

 RED value IS 204 (80.08% from 255) = 78.16%

 GREEN value IS 12 (5.08% from 255) = 4.6%

 BLUE value IS 45 (17.97% from 255) = 17.24%

R = 78.16%
G = 4.6%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC0C2D (or 0xCC0C2D) is known color: Fire Engine Red. HEX triplet: CC, 0C and 2D. RGB value is (204,12,45). Sum of RGB (Red+Green+Blue) = 204+12+45=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C2D is #33F3D2. Grayscale: #494949. Windows color (decimal): -3404755 or 2952396. OLE color: 2952396.

HSL color Cylindrical-coordinate representation of color #CC0C2D: hue angle of 349.69º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C2D is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 12 45 -
CMYK 0 0.94 0.78 0.2
HSL 349.69º 0.89% 0.42% -
HSV(B) 349.69º 0.94% 0.8% -
XYZ 25.51 13.29 3.7 -
YUV 73.17 112.11 221.32 -
System Red Green Blue C M Y K H S L
Decimal 204 12 45 0 0.94 0.78 0.2 349.69 0.89 0.42
Hex CC C 2D 0 5E 4E 14 15E 59 2A
Octal 314 14 55 0 136 116 24 536 131 52
Binary 11001100 1100 101101 0 1011110 1001110 10100 101011110 1011001 101010

Color Harmonies of #CC0C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C2D

Black with #CC0C2D

Text Example


Text Example

White with #CC0C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C2D; }

 p { color: rgb(204,12,45); }

 H1.HeaderClassName
 {
   color: #CC0C2D;
 }
 .AnyTagClassName
 {
   color: #CC0C2D;
 }
</style>

background-color css

<style>
 a { background-color: #CC0C2D; }

 a { background-color: rgb(204,12,45); }

 div.DivClassName
 {
   background-color: #CC0C2D;
 }
 .BgClassName
 {
   background-color: #CC0C2D;
 }
</style>

border-color css

<style>
 span { border-color: #CC0C2D; }

 span { border-color: rgb(204,12,45); }

 td.TdClassName
 {
   border-color: #CC0C2D;
 }
 .TagClassName
 {
   border-color: #CC0C2D;
 }
</style>