#C21816

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

Shades of Fire Brick #C21816

Tints of Fire Brick #C21816

Color information

#C21816 (or 0xC21816) is unknown color: approx Fire Brick. HEX triplet: C2, 18 and 16. RGB value is (194,24,22). Sum of RGB (Red+Green+Blue) = 194+24+22=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C21816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21816 is #3DE7E9. Grayscale: #4A4A4A. Windows color (decimal): -4057066 or 1448130. OLE color: 1448130.

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

Color convert

RGB1942422-
CMYK00.880.890.24
HSL0.7º79.63%42.35%-
HSV(B)0.7º88.66%76.08%-
XYZ22.7212.181.91-
YUV74.698.32213.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 80.83%
GREEN value IS 24 (9.77% from 255) = 10%
BLUE value IS 22 (8.98% from 255) = 9.17%
R=80.83%
G=10%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194242200.880.890.240.779.6342.35
HexC2181605859181502a
Octal3023026013013130112052
Binary1100001011000101100101100010110011100011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21816; }

 p { color: rgb(194,24,22); }

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

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

 a { background-color: rgb(194,24,22); }

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

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

 span { border-color: rgb(194,24,22); }

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