Html Css Color HEX #C9212C Fire Engine Red

📋 copy color: '#C9212C'

red 201 ◦ green 33 ◦ blue 44

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

Shades of Fire Engine Red #C9212C

Tints of Fire Engine Red #C9212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 72.3%
G = 11.87%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9212C (or 0xC9212C) is known color: Fire Engine Red. HEX triplet: C9, 21 and 2C. RGB value is (201,33,44). Sum of RGB (Red+Green+Blue) = 201+33+44=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C9212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9212C is #36DED3. Grayscale: #545454. Windows color (decimal): -3595988 or 2892233. OLE color: 2892233.

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

Color convert

RGB 201 33 44 -
CMYK 0 0.84 0.78 0.21
HSL 356.07º 0.72% 0.46% -
HSV(B) 356.07º 0.84% 0.79% -
XYZ 25.09 13.69 3.7 -
YUV 84.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 201 33 44 0 0.84 0.78 0.21 356.07 0.72 0.46
Hex C9 21 2C 0 54 4E 15 164 48 2E
Octal 311 41 54 0 124 116 25 544 110 56
Binary 11001001 100001 101100 0 1010100 1001110 10101 101100100 1001000 101110

Color Harmonies of #C9212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9212C

Black with #C9212C

Text Example


Text Example

White with #C9212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9212C; }

 p { color: rgb(201,33,44); }

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

background-color css

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

 a { background-color: rgb(201,33,44); }

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

border-color css

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

 span { border-color: rgb(201,33,44); }

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