Html Css Color HEX #C80827 Fire Engine Red

📋 copy color: '#C80827'

red 200 ◦ green 8 ◦ blue 39

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

Shades of Fire Engine Red #C80827

Tints of Fire Engine Red #C80827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

 BLUE value IS 39 (15.63% from 255) = 15.79%

R = 80.97%
G = 3.24%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C80827 (or 0xC80827) is known color: Fire Engine Red. HEX triplet: C8, 08 and 27. RGB value is (200,8,39). Sum of RGB (Red+Green+Blue) = 200+8+39=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C80827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80827 is #37F7D8. Grayscale: #454545. Windows color (decimal): -3667929 or 2558152. OLE color: 2558152.

HSL color Cylindrical-coordinate representation of color #C80827: hue angle of 350.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80827 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 39 -
CMYK 0 0.96 0.80 0.22
HSL 350.31º 0.92% 0.41% -
HSV(B) 350.31º 0.96% 0.78% -
XYZ 24.27 12.6 3.07 -
YUV 68.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 200 8 39 0 0.96 0.80 0.22 350.31 0.92 0.41
Hex C8 8 27 0 60 50 16 15E 5C 29
Octal 310 10 47 0 140 120 26 536 134 51
Binary 11001000 1000 100111 0 1100000 1010000 10110 101011110 1011100 101001

Color Harmonies of #C80827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80827

Black with #C80827

Text Example


Text Example

White with #C80827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80827; }

 p { color: rgb(200,8,39); }

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

background-color css

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

 a { background-color: rgb(200,8,39); }

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

border-color css

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

 span { border-color: rgb(200,8,39); }

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