Html Css Color HEX #CC0C1F Fire Engine Red

📋 copy color: '#CC0C1F'

red 204 ◦ green 12 ◦ blue 31

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

Shades of Fire Engine Red #CC0C1F

Tints of Fire Engine Red #CC0C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 82.59%
G = 4.86%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC0C1F (or 0xCC0C1F) is known color: Fire Engine Red. HEX triplet: CC, 0C and 1F. RGB value is (204,12,31). Sum of RGB (Red+Green+Blue) = 204+12+31=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C1F is #33F3E0. Grayscale: #474747. Windows color (decimal): -3404769 or 2034892. OLE color: 2034892.

HSL color Cylindrical-coordinate representation of color #CC0C1F: hue angle of 354.06º 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 #CC0C1F is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 12 31 -
CMYK 0 0.94 0.85 0.2
HSL 354.06º 0.89% 0.42% -
HSV(B) 354.06º 0.94% 0.8% -
XYZ 25.28 13.2 2.51 -
YUV 71.57 105.11 222.46 -
System Red Green Blue C M Y K H S L
Decimal 204 12 31 0 0.94 0.85 0.2 354.06 0.89 0.42
Hex CC C 1F 0 5E 55 14 162 59 2A
Octal 314 14 37 0 136 125 24 542 131 52
Binary 11001100 1100 11111 0 1011110 1010101 10100 101100010 1011001 101010

Color Harmonies of #CC0C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C1F

Black with #CC0C1F

Text Example


Text Example

White with #CC0C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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