Html Css Color HEX #C80C2C Fire Engine Red

📋 copy color: '#C80C2C'

red 200 ◦ green 12 ◦ blue 44

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

Shades of Fire Engine Red #C80C2C

Tints of Fire Engine Red #C80C2C

RGB

 RED value IS 200 (78.52% from 255) = 78.13%

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

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 78.13%
G = 4.69%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C80C2C (or 0xC80C2C) is known color: Fire Engine Red. HEX triplet: C8, 0C and 2C. RGB value is (200,12,44). Sum of RGB (Red+Green+Blue) = 200+12+44=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C2C is #37F3D3. Grayscale: #474747. Windows color (decimal): -3666900 or 2886856. OLE color: 2886856.

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

Color convert

RGB 200 12 44 -
CMYK 0 0.94 0.78 0.22
HSL 349.79º 0.89% 0.42% -
HSV(B) 349.79º 0.94% 0.78% -
XYZ 24.41 12.72 3.55 -
YUV 71.86 112.28 219.4 -
System Red Green Blue C M Y K H S L
Decimal 200 12 44 0 0.94 0.78 0.22 349.79 0.89 0.42
Hex C8 C 2C 0 5E 4E 16 15E 59 2A
Octal 310 14 54 0 136 116 26 536 131 52
Binary 11001000 1100 101100 0 1011110 1001110 10110 101011110 1011001 101010

Color Harmonies of #C80C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C2C

Black with #C80C2C

Text Example


Text Example

White with #C80C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C2C; }

 p { color: rgb(200,12,44); }

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

background-color css

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

 a { background-color: rgb(200,12,44); }

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

border-color css

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

 span { border-color: rgb(200,12,44); }

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