Html Css Color HEX #C91922 Fire Engine Red

📋 copy color: '#C91922'

red 201 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #C91922

Tints of Fire Engine Red #C91922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.08%

R = 77.31%
G = 9.62%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C91922 (or 0xC91922) is known color: Fire Engine Red. HEX triplet: C9, 19 and 22. RGB value is (201,25,34). Sum of RGB (Red+Green+Blue) = 201+25+34=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C91922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91922 is #36E6DD. Grayscale: #4E4E4E. Windows color (decimal): -3598046 or 2234825. OLE color: 2234825.

HSL color Cylindrical-coordinate representation of color #C91922: hue angle of 356.93º 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 #C91922 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 34 -
CMYK 0 0.88 0.83 0.21
HSL 356.93º 0.78% 0.44% -
HSV(B) 356.93º 0.88% 0.79% -
XYZ 24.72 13.23 2.76 -
YUV 78.65 102.81 215.27 -
System Red Green Blue C M Y K H S L
Decimal 201 25 34 0 0.88 0.83 0.21 356.93 0.78 0.44
Hex C9 19 22 0 58 53 15 165 4E 2C
Octal 311 31 42 0 130 123 25 545 116 54
Binary 11001001 11001 100010 0 1011000 1010011 10101 101100101 1001110 101100

Color Harmonies of #C91922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91922

Black with #C91922

Text Example


Text Example

White with #C91922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91922; }

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

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

background-color css

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

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

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

border-color css

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

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

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