Html Css Color HEX #C92322 Fire Brick

📋 copy color: '#C92322'

red 201 ◦ green 35 ◦ blue 34

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

Shades of Fire Brick #C92322

Tints of Fire Brick #C92322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 74.44%
G = 12.96%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C92322 (or 0xC92322) is known color: Fire Brick. HEX triplet: C9, 23 and 22. RGB value is (201,35,34). Sum of RGB (Red+Green+Blue) = 201+35+34=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C92322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92322 is #36DCDD. Grayscale: #545454. Windows color (decimal): -3595486 or 2237385. OLE color: 2237385.

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

Color convert

RGB 201 35 34 -
CMYK 0 0.83 0.83 0.21
HSL 0.36º 0.71% 0.46% -
HSV(B) 0.36º 0.83% 0.79% -
XYZ 24.98 13.74 2.85 -
YUV 84.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 201 35 34 0 0.83 0.83 0.21 0.36 0.71 0.46
Hex C9 23 22 0 53 53 15 0 47 2E
Octal 311 43 42 0 123 123 25 0 107 56
Binary 11001001 100011 100010 0 1010011 1010011 10101 0 1000111 101110

Color Harmonies of #C92322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92322

Black with #C92322

Text Example


Text Example

White with #C92322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92322; }

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

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

background-color css

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

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

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

border-color css

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

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

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