Html Css Color HEX #C92226 Fire Engine Red

📋 copy color: '#C92226'

red 201 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #C92226

Tints of Fire Engine Red #C92226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 73.63%
G = 12.45%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C92226 (or 0xC92226) is known color: Fire Engine Red. HEX triplet: C9, 22 and 26. RGB value is (201,34,38). Sum of RGB (Red+Green+Blue) = 201+34+38=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C92226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92226 is #36DDD9. Grayscale: #545454. Windows color (decimal): -3595738 or 2499273. OLE color: 2499273.

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

Color convert

RGB 201 34 38 -
CMYK 0 0.83 0.81 0.21
HSL 358.56º 0.71% 0.46% -
HSV(B) 358.56º 0.83% 0.79% -
XYZ 25.01 13.7 3.16 -
YUV 84.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 201 34 38 0 0.83 0.81 0.21 358.56 0.71 0.46
Hex C9 22 26 0 53 51 15 167 47 2E
Octal 311 42 46 0 123 121 25 547 107 56
Binary 11001001 100010 100110 0 1010011 1010001 10101 101100111 1000111 101110

Color Harmonies of #C92226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92226

Black with #C92226

Text Example


Text Example

White with #C92226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92226; }

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

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

background-color css

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

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

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

border-color css

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

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

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