Html Css Color HEX #C92122 Fire Engine Red

📋 copy color: '#C92122'

red 201 ◦ green 33 ◦ blue 34

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

Shades of Fire Engine Red #C92122

Tints of Fire Engine Red #C92122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.31%

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 75%
G = 12.31%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C92122 (or 0xC92122) is known color: Fire Engine Red. HEX triplet: C9, 21 and 22. RGB value is (201,33,34). Sum of RGB (Red+Green+Blue) = 201+33+34=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C92122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92122 is #36DEDD. Grayscale: #535353. Windows color (decimal): -3595998 or 2236873. OLE color: 2236873.

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

Color convert

RGB 201 33 34 -
CMYK 0 0.84 0.83 0.21
HSL 359.64º 0.72% 0.46% -
HSV(B) 359.64º 0.84% 0.79% -
XYZ 24.92 13.62 2.83 -
YUV 83.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 201 33 34 0 0.84 0.83 0.21 359.64 0.72 0.46
Hex C9 21 22 0 54 53 15 168 48 2E
Octal 311 41 42 0 124 123 25 550 110 56
Binary 11001001 100001 100010 0 1010100 1010011 10101 101101000 1001000 101110

Color Harmonies of #C92122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92122

Black with #C92122

Text Example


Text Example

White with #C92122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92122; }

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

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

background-color css

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

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

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

border-color css

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

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

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