Html Css Color HEX #C91620 Fire Engine Red

📋 copy color: '#C91620'

red 201 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #C91620

Tints of Fire Engine Red #C91620

RGB

 RED value IS 201 (78.91% from 255) = 78.82%

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

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

R = 78.82%
G = 8.63%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C91620 (or 0xC91620) is known color: Fire Engine Red. HEX triplet: C9, 16 and 20. RGB value is (201,22,32). Sum of RGB (Red+Green+Blue) = 201+22+32=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C91620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91620 is #36E9DF. Grayscale: #4C4C4C. Windows color (decimal): -3598816 or 2102985. OLE color: 2102985.

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

Color convert

RGB 201 22 32 -
CMYK 0 0.89 0.84 0.21
HSL 356.65º 0.8% 0.44% -
HSV(B) 356.65º 0.89% 0.79% -
XYZ 24.64 13.1 2.6 -
YUV 76.66 102.8 216.69 -
System Red Green Blue C M Y K H S L
Decimal 201 22 32 0 0.89 0.84 0.21 356.65 0.8 0.44
Hex C9 16 20 0 59 54 15 165 50 2C
Octal 311 26 40 0 131 124 25 545 120 54
Binary 11001001 10110 100000 0 1011001 1010100 10101 101100101 1010000 101100

Color Harmonies of #C91620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91620

Black with #C91620

Text Example


Text Example

White with #C91620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91620; }

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

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

background-color css

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

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

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

border-color css

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

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

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