#C22219

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

Shades of Fire Brick #C22219

Tints of Fire Brick #C22219

Color information

#C22219 (or 0xC22219) is unknown color: approx Fire Brick. HEX triplet: C2, 22 and 19. RGB value is (194,34,25). Sum of RGB (Red+Green+Blue) = 194+34+25=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C22219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22219 is #3DDDE6. Grayscale: #515151. Windows color (decimal): -4054503 or 1647298. OLE color: 1647298.

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

Color convert

RGB1943425-
CMYK00.820.870.24
HSL3.2º77.17%42.94%-
HSV(B)3.2º87.11%76.08%-
XYZ2312.682.16-
YUV80.8196.51208.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.68%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 25 (10.16% from 255) = 9.88%
R=76.68%
G=13.44%
B=9.88%

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
Decimal194342500.820.870.243.277.1742.94
HexC22219052571834d2b
Octal3024231012212730311553
Binary110000101000101100101010010101011111000111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22219; }

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

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

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

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

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

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

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

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