Html Css Color HEX #C80C28 Fire Engine Red

📋 copy color: '#C80C28'

red 200 ◦ green 12 ◦ blue 40

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

Shades of Fire Engine Red #C80C28

Tints of Fire Engine Red #C80C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.87%

R = 79.37%
G = 4.76%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C80C28 (or 0xC80C28) is known color: Fire Engine Red. HEX triplet: C8, 0C and 28. RGB value is (200,12,40). Sum of RGB (Red+Green+Blue) = 200+12+40=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C28 is #37F3D7. Grayscale: #474747. Windows color (decimal): -3666904 or 2624712. OLE color: 2624712.

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

Color convert

RGB 200 12 40 -
CMYK 0 0.94 0.8 0.22
HSL 351.06º 0.89% 0.42% -
HSV(B) 351.06º 0.94% 0.78% -
XYZ 24.33 12.7 3.18 -
YUV 71.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 200 12 40 0 0.94 0.8 0.22 351.06 0.89 0.42
Hex C8 C 28 0 5E 50 16 15F 59 2A
Octal 310 14 50 0 136 120 26 537 131 52
Binary 11001000 1100 101000 0 1011110 1010000 10110 101011111 1011001 101010

Color Harmonies of #C80C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C28

Black with #C80C28

Text Example


Text Example

White with #C80C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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