Html Css Color HEX #C9202B Fire Engine Red

📋 copy color: '#C9202B'

red 201 ◦ green 32 ◦ blue 43

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

Shades of Fire Engine Red #C9202B

Tints of Fire Engine Red #C9202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 72.83%
G = 11.59%
B = 15.58%

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

#C9202B (or 0xC9202B) is known color: Fire Engine Red. HEX triplet: C9, 20 and 2B. RGB value is (201,32,43). Sum of RGB (Red+Green+Blue) = 201+32+43=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C9202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9202B is #36DFD4. Grayscale: #535353. Windows color (decimal): -3596245 or 2826441. OLE color: 2826441.

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

Color convert

RGB 201 32 43 -
CMYK 0 0.84 0.79 0.21
HSL 356.09º 0.73% 0.46% -
HSV(B) 356.09º 0.84% 0.79% -
XYZ 25.04 13.62 3.6 -
YUV 83.79 104.99 211.61 -
System Red Green Blue C M Y K H S L
Decimal 201 32 43 0 0.84 0.79 0.21 356.09 0.73 0.46
Hex C9 20 2B 0 54 4F 15 164 49 2E
Octal 311 40 53 0 124 117 25 544 111 56
Binary 11001001 100000 101011 0 1010100 1001111 10101 101100100 1001001 101110

Color Harmonies of #C9202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9202B

Black with #C9202B

Text Example


Text Example

White with #C9202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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