Html Css Color HEX #C91126 Fire Engine Red

📋 copy color: '#C91126'

red 201 ◦ green 17 ◦ blue 38

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

Shades of Fire Engine Red #C91126

Tints of Fire Engine Red #C91126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 78.52%
G = 6.64%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C91126 (or 0xC91126) is known color: Fire Engine Red. HEX triplet: C9, 11 and 26. RGB value is (201,17,38). Sum of RGB (Red+Green+Blue) = 201+17+38=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C91126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91126 is #36EED9. Grayscale: #4A4A4A. Windows color (decimal): -3600090 or 2494921. OLE color: 2494921.

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

Color convert

RGB 201 17 38 -
CMYK 0 0.92 0.81 0.21
HSL 353.15º 0.84% 0.43% -
HSV(B) 353.15º 0.92% 0.79% -
XYZ 24.64 12.96 3.04 -
YUV 74.41 107.46 218.29 -
System Red Green Blue C M Y K H S L
Decimal 201 17 38 0 0.92 0.81 0.21 353.15 0.84 0.43
Hex C9 11 26 0 5C 51 15 161 54 2B
Octal 311 21 46 0 134 121 25 541 124 53
Binary 11001001 10001 100110 0 1011100 1010001 10101 101100001 1010100 101011

Color Harmonies of #C91126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91126

Black with #C91126

Text Example


Text Example

White with #C91126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91126; }

 p { color: rgb(201,17,38); }

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

background-color css

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

 a { background-color: rgb(201,17,38); }

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

border-color css

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

 span { border-color: rgb(201,17,38); }

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