Html Css Color HEX #C91E2C Fire Engine Red

📋 copy color: '#C91E2C'

red 201 ◦ green 30 ◦ blue 44

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

Shades of Fire Engine Red #C91E2C

Tints of Fire Engine Red #C91E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.91%

 BLUE value IS 44 (17.58% from 255) = 16%

R = 73.09%
G = 10.91%
B = 16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C91E2C (or 0xC91E2C) is known color: Fire Engine Red. HEX triplet: C9, 1E and 2C. RGB value is (201,30,44). Sum of RGB (Red+Green+Blue) = 201+30+44=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91E2C is #36E1D3. Grayscale: #525252. Windows color (decimal): -3596756 or 2891465. OLE color: 2891465.

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

Color convert

RGB 201 30 44 -
CMYK 0 0.85 0.78 0.21
HSL 355.09º 0.74% 0.45% -
HSV(B) 355.09º 0.85% 0.79% -
XYZ 25.01 13.53 3.68 -
YUV 82.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 201 30 44 0 0.85 0.78 0.21 355.09 0.74 0.45
Hex C9 1E 2C 0 55 4E 15 163 4A 2D
Octal 311 36 54 0 125 116 25 543 112 55
Binary 11001001 11110 101100 0 1010101 1001110 10101 101100011 1001010 101101

Color Harmonies of #C91E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91E2C

Black with #C91E2C

Text Example


Text Example

White with #C91E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91E2C; }

 p { color: rgb(201,30,44); }

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

background-color css

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

 a { background-color: rgb(201,30,44); }

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

border-color css

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

 span { border-color: rgb(201,30,44); }

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