Html Css Color HEX #C92220 Fire Brick

📋 copy color: '#C92220'

red 201 ◦ green 34 ◦ blue 32

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

Shades of Fire Brick #C92220

Tints of Fire Brick #C92220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 75.28%
G = 12.73%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C92220 (or 0xC92220) is known color: Fire Brick. HEX triplet: C9, 22 and 20. RGB value is (201,34,32). Sum of RGB (Red+Green+Blue) = 201+34+32=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C92220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92220 is #36DDDF. Grayscale: #535353. Windows color (decimal): -3595744 or 2106057. OLE color: 2106057.

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

Color convert

RGB 201 34 32 -
CMYK 0 0.83 0.84 0.21
HSL 0.71º 0.73% 0.46% -
HSV(B) 0.71º 0.84% 0.79% -
XYZ 24.92 13.67 2.69 -
YUV 83.71 98.83 211.66 -
System Red Green Blue C M Y K H S L
Decimal 201 34 32 0 0.83 0.84 0.21 0.71 0.73 0.46
Hex C9 22 20 0 53 54 15 1 49 2E
Octal 311 42 40 0 123 124 25 1 111 56
Binary 11001001 100010 100000 0 1010011 1010100 10101 1 1001001 101110

Color Harmonies of #C92220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92220

Black with #C92220

Text Example


Text Example

White with #C92220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92220; }

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

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

background-color css

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

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

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

border-color css

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

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

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