Html Css Color HEX #C92020 Fire Brick

📋 copy color: '#C92020'

red 201 ◦ green 32 ◦ blue 32

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

Shades of Fire Brick #C92020

Tints of Fire Brick #C92020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

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

R = 75.85%
G = 12.08%
B = 12.08%

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

#C92020 (or 0xC92020) is known color: Fire Brick. HEX triplet: C9, 20 and 20. RGB value is (201,32,32). Sum of RGB (Red+Green+Blue) = 201+32+32=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C92020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92020 is #36DFDF. Grayscale: #525252. Windows color (decimal): -3596256 or 2105545. OLE color: 2105545.

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

Color convert

RGB 201 32 32 -
CMYK 0 0.84 0.84 0.21
HSL 0.73% 0.46% -
HSV(B) 0.84% 0.79% -
XYZ 24.86 13.55 2.67 -
YUV 82.53 99.49 212.5 -
System Red Green Blue C M Y K H S L
Decimal 201 32 32 0 0.84 0.84 0.21 0 0.73 0.46
Hex C9 20 20 0 54 54 15 0 49 2E
Octal 311 40 40 0 124 124 25 0 111 56
Binary 11001001 100000 100000 0 1010100 1010100 10101 0 1001001 101110

Color Harmonies of #C92020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92020

Black with #C92020

Text Example


Text Example

White with #C92020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92020; }

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

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

background-color css

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

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

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

border-color css

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

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

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