Html Css Color HEX #C00C2A Fire Engine Red

📋 copy color: '#C00C2A'

red 192 ◦ green 12 ◦ blue 42

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

Shades of Fire Engine Red #C00C2A

Tints of Fire Engine Red #C00C2A

RGB

 RED value IS 192 (75.39% from 255) = 78.05%

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

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 78.05%
G = 4.88%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C00C2A (or 0xC00C2A) is known color: Fire Engine Red. HEX triplet: C0, 0C and 2A. RGB value is (192,12,42). Sum of RGB (Red+Green+Blue) = 192+12+42=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C00C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00C2A is #3FF3D5. Grayscale: #454545. Windows color (decimal): -4191190 or 2755776. OLE color: 2755776.

HSL color Cylindrical-coordinate representation of color #C00C2A: hue angle of 350º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00C2A is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 12 42 -
CMYK 0 0.94 0.78 0.25
HSL 350º 0.88% 0.4% -
HSV(B) 350º 0.94% 0.75% -
XYZ 22.29 11.64 3.26 -
YUV 69.24 112.63 215.56 -
System Red Green Blue C M Y K H S L
Decimal 192 12 42 0 0.94 0.78 0.25 350 0.88 0.4
Hex C0 C 2A 0 5E 4E 19 15E 58 28
Octal 300 14 52 0 136 116 31 536 130 50
Binary 11000000 1100 101010 0 1011110 1001110 11001 101011110 1011000 101000

Color Harmonies of #C00C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00C2A

Black with #C00C2A

Text Example


Text Example

White with #C00C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00C2A; }

 p { color: rgb(192,12,42); }

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

background-color css

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

 a { background-color: rgb(192,12,42); }

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

border-color css

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

 span { border-color: rgb(192,12,42); }

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