Html Css Color HEX #C81620 Fire Engine Red

📋 copy color: '#C81620'

red 200 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #C81620

Tints of Fire Engine Red #C81620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

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

R = 78.74%
G = 8.66%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C81620 (or 0xC81620) is known color: Fire Engine Red. HEX triplet: C8, 16 and 20. RGB value is (200,22,32). Sum of RGB (Red+Green+Blue) = 200+22+32=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C81620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81620 is #37E9DF. Grayscale: #4C4C4C. Windows color (decimal): -3664352 or 2102984. OLE color: 2102984.

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

Color convert

RGB 200 22 32 -
CMYK 0 0.89 0.84 0.22
HSL 356.63º 0.8% 0.44% -
HSV(B) 356.63º 0.89% 0.78% -
XYZ 24.37 12.96 2.58 -
YUV 76.36 102.97 216.19 -
System Red Green Blue C M Y K H S L
Decimal 200 22 32 0 0.89 0.84 0.22 356.63 0.8 0.44
Hex C8 16 20 0 59 54 16 165 50 2C
Octal 310 26 40 0 131 124 26 545 120 54
Binary 11001000 10110 100000 0 1011001 1010100 10110 101100101 1010000 101100

Color Harmonies of #C81620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81620

Black with #C81620

Text Example


Text Example

White with #C81620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81620; }

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

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

background-color css

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

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

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

border-color css

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

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

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