Html Css Color HEX #C81120 Fire Engine Red

📋 copy color: '#C81120'

red 200 ◦ green 17 ◦ blue 32

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

Shades of Fire Engine Red #C81120

Tints of Fire Engine Red #C81120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.83%

 BLUE value IS 32 (12.89% from 255) = 12.85%

R = 80.32%
G = 6.83%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C81120 (or 0xC81120) is known color: Fire Engine Red. HEX triplet: C8, 11 and 20. RGB value is (200,17,32). Sum of RGB (Red+Green+Blue) = 200+17+32=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C81120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81120 is #37EEDF. Grayscale: #494949. Windows color (decimal): -3665632 or 2101704. OLE color: 2101704.

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

Color convert

RGB 200 17 32 -
CMYK 0 0.92 0.84 0.22
HSL 355.08º 0.84% 0.43% -
HSV(B) 355.08º 0.92% 0.78% -
XYZ 24.28 12.78 2.55 -
YUV 73.43 104.63 218.28 -
System Red Green Blue C M Y K H S L
Decimal 200 17 32 0 0.92 0.84 0.22 355.08 0.84 0.43
Hex C8 11 20 0 5C 54 16 163 54 2B
Octal 310 21 40 0 134 124 26 543 124 53
Binary 11001000 10001 100000 0 1011100 1010100 10110 101100011 1010100 101011

Color Harmonies of #C81120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81120

Black with #C81120

Text Example


Text Example

White with #C81120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81120; }

 p { color: rgb(200,17,32); }

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

background-color css

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

 a { background-color: rgb(200,17,32); }

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

border-color css

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

 span { border-color: rgb(200,17,32); }

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