#C12219

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

Shades of Fire Brick #C12219

Tints of Fire Brick #C12219

Color information

#C12219 (or 0xC12219) is unknown color: approx Fire Brick. HEX triplet: C1, 22 and 19. RGB value is (193,34,25). Sum of RGB (Red+Green+Blue) = 193+34+25=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C12219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12219 is #3EDDE6. Grayscale: #505050. Windows color (decimal): -4120039 or 1647297. OLE color: 1647297.

HSL color Cylindrical-coordinate representation of color #C12219: hue angle of 3.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C12219 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB1933425-
CMYK00.820.870.24
HSL3.21º77.06%42.75%-
HSV(B)3.21º87.05%75.69%-
XYZ22.7412.552.14-
YUV80.5196.68208.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 76.59%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 25 (10.16% from 255) = 9.92%
R=76.59%
G=13.49%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193342500.820.870.243.2177.0642.75
HexC12219052571834d2b
Octal3014231012212730311553
Binary110000011000101100101010010101011111000111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12219; }

 p { color: rgb(193,34,25); }

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

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

 a { background-color: rgb(193,34,25); }

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

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

 span { border-color: rgb(193,34,25); }

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