Html Css Color HEX #C80927 Fire Engine Red

📋 copy color: '#C80927'

red 200 ◦ green 9 ◦ blue 39

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

Shades of Fire Engine Red #C80927

Tints of Fire Engine Red #C80927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

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

R = 80.65%
G = 3.63%
B = 15.73%

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

#C80927 (or 0xC80927) is known color: Fire Engine Red. HEX triplet: C8, 09 and 27. RGB value is (200,9,39). Sum of RGB (Red+Green+Blue) = 200+9+39=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C80927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80927 is #37F6D8. Grayscale: #454545. Windows color (decimal): -3667673 or 2558408. OLE color: 2558408.

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

Color convert

RGB 200 9 39 -
CMYK 0 0.96 0.80 0.22
HSL 350.58º 0.91% 0.41% -
HSV(B) 350.58º 0.96% 0.78% -
XYZ 24.28 12.62 3.08 -
YUV 69.53 110.78 221.06 -
System Red Green Blue C M Y K H S L
Decimal 200 9 39 0 0.96 0.80 0.22 350.58 0.91 0.41
Hex C8 9 27 0 60 50 16 15F 5B 29
Octal 310 11 47 0 140 120 26 537 133 51
Binary 11001000 1001 100111 0 1100000 1010000 10110 101011111 1011011 101001

Color Harmonies of #C80927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80927

Black with #C80927

Text Example


Text Example

White with #C80927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80927; }

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

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

background-color css

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

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

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

border-color css

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

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

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