#C22317

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

Shades of Fire Brick #C22317

Tints of Fire Brick #C22317

Color information

#C22317 (or 0xC22317) is unknown color: approx Fire Brick. HEX triplet: C2, 23 and 17. RGB value is (194,35,23). Sum of RGB (Red+Green+Blue) = 194+35+23=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C22317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22317 is #3DDCE8. Grayscale: #515151. Windows color (decimal): -4054249 or 1516482. OLE color: 1516482.

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

Color convert

RGB1943523-
CMYK00.820.880.24
HSL4.21º78.8%42.55%-
HSV(B)4.21º88.14%76.08%-
XYZ2312.732.06-
YUV81.1795.18208.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.98%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 23 (9.38% from 255) = 9.13%
R=76.98%
G=13.89%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194352300.820.880.244.2178.842.55
HexC22317052581844f2b
Octal3024327012213030411753
Binary1100001010001110111010100101011000110001001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22317; }

 p { color: rgb(194,35,23); }

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

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

 a { background-color: rgb(194,35,23); }

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

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

 span { border-color: rgb(194,35,23); }

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