Html Css Color HEX #C80926 Fire Engine Red

📋 copy color: '#C80926'

red 200 ◦ green 9 ◦ blue 38

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

Shades of Fire Engine Red #C80926

Tints of Fire Engine Red #C80926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 80.97%
G = 3.64%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C80926 (or 0xC80926) is known color: Fire Engine Red. HEX triplet: C8, 09 and 26. RGB value is (200,9,38). Sum of RGB (Red+Green+Blue) = 200+9+38=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C80926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80926 is #37F6D9. Grayscale: #454545. Windows color (decimal): -3667674 or 2492872. OLE color: 2492872.

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

Color convert

RGB 200 9 38 -
CMYK 0 0.96 0.81 0.22
HSL 350.89º 0.91% 0.41% -
HSV(B) 350.89º 0.96% 0.78% -
XYZ 24.27 12.61 2.99 -
YUV 69.42 110.28 221.14 -
System Red Green Blue C M Y K H S L
Decimal 200 9 38 0 0.96 0.81 0.22 350.89 0.91 0.41
Hex C8 9 26 0 60 51 16 15F 5B 29
Octal 310 11 46 0 140 121 26 537 133 51
Binary 11001000 1001 100110 0 1100000 1010001 10110 101011111 1011011 101001

Color Harmonies of #C80926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80926

Black with #C80926

Text Example


Text Example

White with #C80926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80926; }

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

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

background-color css

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

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

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

border-color css

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

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

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