Html Css Color HEX #C80C23 Fire Engine Red

📋 copy color: '#C80C23'

red 200 ◦ green 12 ◦ blue 35

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

Shades of Fire Engine Red #C80C23

Tints of Fire Engine Red #C80C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.17%

R = 80.97%
G = 4.86%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80C23 (or 0xC80C23) is known color: Fire Engine Red. HEX triplet: C8, 0C and 23. RGB value is (200,12,35). Sum of RGB (Red+Green+Blue) = 200+12+35=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C23 is #37F3DC. Grayscale: #464646. Windows color (decimal): -3666909 or 2297032. OLE color: 2297032.

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

Color convert

RGB 200 12 35 -
CMYK 0 0.94 0.82 0.22
HSL 352.66º 0.89% 0.42% -
HSV(B) 352.66º 0.94% 0.78% -
XYZ 24.25 12.66 2.76 -
YUV 70.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 200 12 35 0 0.94 0.82 0.22 352.66 0.89 0.42
Hex C8 C 23 0 5E 52 16 161 59 2A
Octal 310 14 43 0 136 122 26 541 131 52
Binary 11001000 1100 100011 0 1011110 1010010 10110 101100001 1011001 101010

Color Harmonies of #C80C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C23

Black with #C80C23

Text Example


Text Example

White with #C80C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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