Html Css Color HEX #C92120 Fire Brick

📋 copy color: '#C92120'

red 201 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #C92120

Tints of Fire Brick #C92120

RGB

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

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

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

R = 75.56%
G = 12.41%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C92120 (or 0xC92120) is known color: Fire Brick. HEX triplet: C9, 21 and 20. RGB value is (201,33,32). Sum of RGB (Red+Green+Blue) = 201+33+32=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C92120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92120 is #36DEDF. Grayscale: #535353. Windows color (decimal): -3596000 or 2105801. OLE color: 2105801.

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

Color convert

RGB 201 33 32 -
CMYK 0 0.84 0.84 0.21
HSL 0.36º 0.73% 0.46% -
HSV(B) 0.36º 0.84% 0.79% -
XYZ 24.89 13.61 2.68 -
YUV 83.12 99.16 212.08 -
System Red Green Blue C M Y K H S L
Decimal 201 33 32 0 0.84 0.84 0.21 0.36 0.73 0.46
Hex C9 21 20 0 54 54 15 0 49 2E
Octal 311 41 40 0 124 124 25 0 111 56
Binary 11001001 100001 100000 0 1010100 1010100 10101 0 1001001 101110

Color Harmonies of #C92120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92120

Black with #C92120

Text Example


Text Example

White with #C92120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92120; }

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

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

background-color css

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

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

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

border-color css

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

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

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