Html Css Color HEX #C9202A Fire Engine Red

📋 copy color: '#C9202A'

red 201 ◦ green 32 ◦ blue 42

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

Shades of Fire Engine Red #C9202A

Tints of Fire Engine Red #C9202A

RGB

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

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

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

R = 73.09%
G = 11.64%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9202A (or 0xC9202A) is known color: Fire Engine Red. HEX triplet: C9, 20 and 2A. RGB value is (201,32,42). Sum of RGB (Red+Green+Blue) = 201+32+42=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C9202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9202A is #36DFD5. Grayscale: #535353. Windows color (decimal): -3596246 or 2760905. OLE color: 2760905.

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

Color convert

RGB 201 32 42 -
CMYK 0 0.84 0.79 0.21
HSL 356.45º 0.73% 0.46% -
HSV(B) 356.45º 0.84% 0.79% -
XYZ 25.02 13.62 3.5 -
YUV 83.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 201 32 42 0 0.84 0.79 0.21 356.45 0.73 0.46
Hex C9 20 2A 0 54 4F 15 164 49 2E
Octal 311 40 52 0 124 117 25 544 111 56
Binary 11001001 100000 101010 0 1010100 1001111 10101 101100100 1001001 101110

Color Harmonies of #C9202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9202A

Black with #C9202A

Text Example


Text Example

White with #C9202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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