#c0211c

Color #C0211C Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #C0211C

Tints of Fire Brick #C0211C

Color information

#C0211C (or 0xC0211C) is unknown color: approx Fire Brick. HEX triplet: C0, 21 and 1C. RGB value is (192,33,28). Sum of RGB (Red+Green+Blue) = 192+33+28=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C0211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0211C is #3FDEE3. Grayscale: #505050. Windows color (decimal): -4185828 or 1843648. OLE color: 1843648.

HSL color Cylindrical-coordinate representation of color #C0211C: hue angle of 1.83º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0211C is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1923328-
CMYK00.830.850.25
HSL1.83º74.55%43.14%-
HSV(B)1.83º85.42%75.29%-
XYZ22.4912.382.3-
YUV79.9798.68207.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 75.89%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 28 (11.33% from 255) = 11.07%
R=75.89%
G=13.04%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192332800.830.850.251.8374.5543.14
HexC0211C053551924b2b
Octal3004134012312531211353
Binary110000001000011110001010011101010111001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0211c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0211c; }

 p { color: rgb(192,33,28); }

 H1.HeaderClassName
 {
   color: #c0211c;
 }
 .AnyTagClassName
 {
   color: #c0211c;
 }
</style>
background-color css

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

 a { background-color: rgb(192,33,28); }

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

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

 span { border-color: rgb(192,33,28); }

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