Html Css Color HEX #C92229 Fire Engine Red

📋 copy color: '#C92229'

red 201 ◦ green 34 ◦ blue 41

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

Shades of Fire Engine Red #C92229

Tints of Fire Engine Red #C92229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.32%

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

R = 72.83%
G = 12.32%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C92229 (or 0xC92229) is known color: Fire Engine Red. HEX triplet: C9, 22 and 29. RGB value is (201,34,41). Sum of RGB (Red+Green+Blue) = 201+34+41=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C92229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92229 is #36DDD6. Grayscale: #545454. Windows color (decimal): -3595735 or 2695881. OLE color: 2695881.

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

Color convert

RGB 201 34 41 -
CMYK 0 0.83 0.80 0.21
HSL 357.49º 0.71% 0.46% -
HSV(B) 357.49º 0.83% 0.79% -
XYZ 25.06 13.72 3.43 -
YUV 84.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 201 34 41 0 0.83 0.80 0.21 357.49 0.71 0.46
Hex C9 22 29 0 53 50 15 165 47 2E
Octal 311 42 51 0 123 120 25 545 107 56
Binary 11001001 100010 101001 0 1010011 1010000 10101 101100101 1000111 101110

Color Harmonies of #C92229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92229

Black with #C92229

Text Example


Text Example

White with #C92229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92229; }

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

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

background-color css

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

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

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

border-color css

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

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

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