Html Css Color HEX #C91920 Fire Engine Red

📋 copy color: '#C91920'

red 201 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #C91920

Tints of Fire Engine Red #C91920

RGB

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

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

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

R = 77.91%
G = 9.69%
B = 12.4%

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

#C91920 (or 0xC91920) is known color: Fire Engine Red. HEX triplet: C9, 19 and 20. RGB value is (201,25,32). Sum of RGB (Red+Green+Blue) = 201+25+32=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C91920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91920 is #36E6DF. Grayscale: #4E4E4E. Windows color (decimal): -3598048 or 2103753. OLE color: 2103753.

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

Color convert

RGB 201 25 32 -
CMYK 0 0.88 0.84 0.21
HSL 357.61º 0.78% 0.44% -
HSV(B) 357.61º 0.88% 0.79% -
XYZ 24.7 13.22 2.62 -
YUV 78.42 101.81 215.43 -
System Red Green Blue C M Y K H S L
Decimal 201 25 32 0 0.88 0.84 0.21 357.61 0.78 0.44
Hex C9 19 20 0 58 54 15 166 4E 2C
Octal 311 31 40 0 130 124 25 546 116 54
Binary 11001001 11001 100000 0 1011000 1010100 10101 101100110 1001110 101100

Color Harmonies of #C91920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91920

Black with #C91920

Text Example


Text Example

White with #C91920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91920; }

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

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

background-color css

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

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

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

border-color css

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

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

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