Html Css Color HEX #C91921 Fire Engine Red

📋 copy color: '#C91921'

red 201 ◦ green 25 ◦ blue 33

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

Shades of Fire Engine Red #C91921

Tints of Fire Engine Red #C91921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.65%

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 77.61%
G = 9.65%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C91921 (or 0xC91921) is known color: Fire Engine Red. HEX triplet: C9, 19 and 21. RGB value is (201,25,33). Sum of RGB (Red+Green+Blue) = 201+25+33=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C91921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91921 is #36E6DE. Grayscale: #4E4E4E. Windows color (decimal): -3598047 or 2169289. OLE color: 2169289.

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

Color convert

RGB 201 25 33 -
CMYK 0 0.88 0.84 0.21
HSL 357.27º 0.78% 0.44% -
HSV(B) 357.27º 0.88% 0.79% -
XYZ 24.71 13.22 2.69 -
YUV 78.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 201 25 33 0 0.88 0.84 0.21 357.27 0.78 0.44
Hex C9 19 21 0 58 54 15 165 4E 2C
Octal 311 31 41 0 130 124 25 545 116 54
Binary 11001001 11001 100001 0 1011000 1010100 10101 101100101 1001110 101100

Color Harmonies of #C91921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91921

Black with #C91921

Text Example


Text Example

White with #C91921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91921; }

 p { color: rgb(201,25,33); }

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

background-color css

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

 a { background-color: rgb(201,25,33); }

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

border-color css

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

 span { border-color: rgb(201,25,33); }

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