Html Css Color HEX #C92029 Fire Engine Red

📋 copy color: '#C92029'

red 201 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #C92029

Tints of Fire Engine Red #C92029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 73.36%
G = 11.68%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C92029 (or 0xC92029) is known color: Fire Engine Red. HEX triplet: C9, 20 and 29. RGB value is (201,32,41). Sum of RGB (Red+Green+Blue) = 201+32+41=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C92029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92029 is #36DFD6. Grayscale: #535353. Windows color (decimal): -3596247 or 2695369. OLE color: 2695369.

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

Color convert

RGB 201 32 41 -
CMYK 0 0.84 0.80 0.21
HSL 356.8º 0.73% 0.46% -
HSV(B) 356.8º 0.84% 0.79% -
XYZ 25 13.61 3.41 -
YUV 83.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 201 32 41 0 0.84 0.80 0.21 356.8 0.73 0.46
Hex C9 20 29 0 54 50 15 165 49 2E
Octal 311 40 51 0 124 120 25 545 111 56
Binary 11001001 100000 101001 0 1010100 1010000 10101 101100101 1001001 101110

Color Harmonies of #C92029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92029

Black with #C92029

Text Example


Text Example

White with #C92029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92029; }

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

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

background-color css

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

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

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

border-color css

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

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

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