Html Css Color HEX #C9112E Fire Engine Red

📋 copy color: '#C9112E'

red 201 ◦ green 17 ◦ blue 46

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

Shades of Fire Engine Red #C9112E

Tints of Fire Engine Red #C9112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.42%

R = 76.14%
G = 6.44%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9112E (or 0xC9112E) is known color: Fire Engine Red. HEX triplet: C9, 11 and 2E. RGB value is (201,17,46). Sum of RGB (Red+Green+Blue) = 201+17+46=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C9112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9112E is #36EED1. Grayscale: #4B4B4B. Windows color (decimal): -3600082 or 3019209. OLE color: 3019209.

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

Color convert

RGB 201 17 46 -
CMYK 0 0.92 0.77 0.21
HSL 350.54º 0.84% 0.43% -
HSV(B) 350.54º 0.92% 0.79% -
XYZ 24.78 13.02 3.79 -
YUV 75.32 111.46 217.64 -
System Red Green Blue C M Y K H S L
Decimal 201 17 46 0 0.92 0.77 0.21 350.54 0.84 0.43
Hex C9 11 2E 0 5C 4D 15 15F 54 2B
Octal 311 21 56 0 134 115 25 537 124 53
Binary 11001001 10001 101110 0 1011100 1001101 10101 101011111 1010100 101011

Color Harmonies of #C9112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9112E

Black with #C9112E

Text Example


Text Example

White with #C9112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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