Html Css Color HEX #C9112A Fire Engine Red

📋 copy color: '#C9112A'

red 201 ◦ green 17 ◦ blue 42

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

Shades of Fire Engine Red #C9112A

Tints of Fire Engine Red #C9112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.15%

R = 77.31%
G = 6.54%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9112A (or 0xC9112A) is known color: Fire Engine Red. HEX triplet: C9, 11 and 2A. RGB value is (201,17,42). Sum of RGB (Red+Green+Blue) = 201+17+42=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C9112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9112A is #36EED5. Grayscale: #4A4A4A. Windows color (decimal): -3600086 or 2757065. OLE color: 2757065.

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

Color convert

RGB 201 17 42 -
CMYK 0 0.92 0.79 0.21
HSL 351.85º 0.84% 0.43% -
HSV(B) 351.85º 0.92% 0.79% -
XYZ 24.71 12.99 3.39 -
YUV 74.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 201 17 42 0 0.92 0.79 0.21 351.85 0.84 0.43
Hex C9 11 2A 0 5C 4F 15 160 54 2B
Octal 311 21 52 0 134 117 25 540 124 53
Binary 11001001 10001 101010 0 1011100 1001111 10101 101100000 1010100 101011

Color Harmonies of #C9112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9112A

Black with #C9112A

Text Example


Text Example

White with #C9112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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