Html Css Color HEX #C91229 Fire Engine Red

📋 copy color: '#C91229'

red 201 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #C91229

Tints of Fire Engine Red #C91229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

 BLUE value IS 41 (16.41% from 255) = 15.77%

R = 77.31%
G = 6.92%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C91229 (or 0xC91229) is known color: Fire Engine Red. HEX triplet: C9, 12 and 29. RGB value is (201,18,41). Sum of RGB (Red+Green+Blue) = 201+18+41=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C91229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91229 is #36EDD6. Grayscale: #4B4B4B. Windows color (decimal): -3599831 or 2691785. OLE color: 2691785.

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

Color convert

RGB 201 18 41 -
CMYK 0 0.91 0.80 0.21
HSL 352.46º 0.84% 0.43% -
HSV(B) 352.46º 0.91% 0.79% -
XYZ 24.7 13.01 3.31 -
YUV 75.34 108.63 217.63 -
System Red Green Blue C M Y K H S L
Decimal 201 18 41 0 0.91 0.80 0.21 352.46 0.84 0.43
Hex C9 12 29 0 5B 50 15 160 54 2B
Octal 311 22 51 0 133 120 25 540 124 53
Binary 11001001 10010 101001 0 1011011 1010000 10101 101100000 1010100 101011

Color Harmonies of #C91229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91229

Black with #C91229

Text Example


Text Example

White with #C91229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91229; }

 p { color: rgb(201,18,41); }

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

background-color css

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

 a { background-color: rgb(201,18,41); }

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

border-color css

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

 span { border-color: rgb(201,18,41); }

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