Html Css Color HEX #C9111C Fire Engine Red

📋 copy color: '#C9111C'

red 201 ◦ green 17 ◦ blue 28

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

Shades of Fire Engine Red #C9111C

Tints of Fire Engine Red #C9111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.38%

R = 81.71%
G = 6.91%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9111C (or 0xC9111C) is known color: Fire Engine Red. HEX triplet: C9, 11 and 1C. RGB value is (201,17,28). Sum of RGB (Red+Green+Blue) = 201+17+28=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C9111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9111C is #36EEE3. Grayscale: #494949. Windows color (decimal): -3600100 or 1839561. OLE color: 1839561.

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

Color convert

RGB 201 17 28 -
CMYK 0 0.92 0.86 0.21
HSL 356.41º 0.84% 0.43% -
HSV(B) 356.41º 0.92% 0.79% -
XYZ 24.5 12.9 2.3 -
YUV 73.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 201 17 28 0 0.92 0.86 0.21 356.41 0.84 0.43
Hex C9 11 1C 0 5C 56 15 164 54 2B
Octal 311 21 34 0 134 126 25 544 124 53
Binary 11001001 10001 11100 0 1011100 1010110 10101 101100100 1010100 101011

Color Harmonies of #C9111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9111C

Black with #C9111C

Text Example


Text Example

White with #C9111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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