Html Css Color HEX #C92320 Fire Brick

📋 copy color: '#C92320'

red 201 ◦ green 35 ◦ blue 32

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

Shades of Fire Brick #C92320

Tints of Fire Brick #C92320

RGB

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

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

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

R = 75%
G = 13.06%
B = 11.94%

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

#C92320 (or 0xC92320) is known color: Fire Brick. HEX triplet: C9, 23 and 20. RGB value is (201,35,32). Sum of RGB (Red+Green+Blue) = 201+35+32=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C92320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92320 is #36DCDF. Grayscale: #545454. Windows color (decimal): -3595488 or 2106313. OLE color: 2106313.

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

Color convert

RGB 201 35 32 -
CMYK 0 0.83 0.84 0.21
HSL 1.07º 0.73% 0.46% -
HSV(B) 1.07º 0.84% 0.79% -
XYZ 24.95 13.72 2.7 -
YUV 84.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 201 35 32 0 0.83 0.84 0.21 1.07 0.73 0.46
Hex C9 23 20 0 53 54 15 1 49 2E
Octal 311 43 40 0 123 124 25 1 111 56
Binary 11001001 100011 100000 0 1010011 1010100 10101 1 1001001 101110

Color Harmonies of #C92320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92320

Black with #C92320

Text Example


Text Example

White with #C92320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92320; }

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

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

background-color css

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

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

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

border-color css

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

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

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