Html Css Color HEX #C9202C Fire Engine Red

📋 copy color: '#C9202C'

red 201 ◦ green 32 ◦ blue 44

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

Shades of Fire Engine Red #C9202C

Tints of Fire Engine Red #C9202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 72.56%
G = 11.55%
B = 15.88%

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

#C9202C (or 0xC9202C) is known color: Fire Engine Red. HEX triplet: C9, 20 and 2C. RGB value is (201,32,44). Sum of RGB (Red+Green+Blue) = 201+32+44=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C9202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9202C is #36DFD3. Grayscale: #545454. Windows color (decimal): -3596244 or 2891977. OLE color: 2891977.

HSL color Cylindrical-coordinate representation of color #C9202C: hue angle of 355.74º degrees, saturation: 0.73, 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 #C9202C is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 44 -
CMYK 0 0.84 0.78 0.21
HSL 355.74º 0.73% 0.46% -
HSV(B) 355.74º 0.84% 0.79% -
XYZ 25.06 13.63 3.69 -
YUV 83.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 201 32 44 0 0.84 0.78 0.21 355.74 0.73 0.46
Hex C9 20 2C 0 54 4E 15 164 49 2E
Octal 311 40 54 0 124 116 25 544 111 56
Binary 11001001 100000 101100 0 1010100 1001110 10101 101100100 1001001 101110

Color Harmonies of #C9202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9202C

Black with #C9202C

Text Example


Text Example

White with #C9202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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