Html Css Color HEX #C9111F Fire Engine Red

📋 copy color: '#C9111F'

red 201 ◦ green 17 ◦ blue 31

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

Shades of Fire Engine Red #C9111F

Tints of Fire Engine Red #C9111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.45%

R = 80.72%
G = 6.83%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9111F (or 0xC9111F) is known color: Fire Engine Red. HEX triplet: C9, 11 and 1F. RGB value is (201,17,31). Sum of RGB (Red+Green+Blue) = 201+17+31=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C9111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9111F is #36EEE0. Grayscale: #494949. Windows color (decimal): -3600097 or 2036169. OLE color: 2036169.

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

Color convert

RGB 201 17 31 -
CMYK 0 0.92 0.85 0.21
HSL 355.43º 0.84% 0.43% -
HSV(B) 355.43º 0.92% 0.79% -
XYZ 24.54 12.92 2.5 -
YUV 73.61 103.96 218.86 -
System Red Green Blue C M Y K H S L
Decimal 201 17 31 0 0.92 0.85 0.21 355.43 0.84 0.43
Hex C9 11 1F 0 5C 55 15 163 54 2B
Octal 311 21 37 0 134 125 25 543 124 53
Binary 11001001 10001 11111 0 1011100 1010101 10101 101100011 1010100 101011

Color Harmonies of #C9111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9111F

Black with #C9111F

Text Example


Text Example

White with #C9111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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