#C21612

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

Shades of Fire Brick #C21612

Tints of Fire Brick #C21612

Color information

#C21612 (or 0xC21612) is unknown color: approx Fire Brick. HEX triplet: C2, 16 and 12. RGB value is (194,22,18). Sum of RGB (Red+Green+Blue) = 194+22+18=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C21612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21612 is #3DE9ED. Grayscale: #494949. Windows color (decimal): -4057582 or 1185474. OLE color: 1185474.

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

Color convert

RGB1942218-
CMYK00.890.910.24
HSL1.36º83.02%41.57%-
HSV(B)1.36º90.72%76.08%-
XYZ22.6412.091.71-
YUV72.9796.98214.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 82.91%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=82.91%
G=9.40%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194221800.890.910.241.3683.0241.57
HexC216120595B181532a
Octal3022622013113330112352
Binary1100001010110100100101100110110111100011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21612; }

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

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

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

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

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

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

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

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