Shades of Chilean Fire #D6502C
Tints of Chilean Fire #D6502C
RGB
CMYK
RGB Variations
Color information
#D6502C (or 0xD6502C) is known color: Chilean Fire. HEX triplet: D6, 50 and 2C. RGB value is (214,80,44). Sum of RGB (Red+Green+Blue) = 214+80+44=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D6502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6502C is #29AFD3. Grayscale: #747474. Windows color (decimal): -2731988 or 2904278. OLE color: 2904278.
HSL color Cylindrical-coordinate representation of color #D6502C: hue angle of 12.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6502C is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 44 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.16 |
| HSL | 12.71º | 0.67% | 0.51% | - |
| HSV(B) | 12.71º | 0.79% | 0.84% | - |
| XYZ | 31.05 | 20.22 | 4.65 | - |
| YUV | 115.96 | 87.39 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 44 | 0 | 0.63 | 0.79 | 0.16 | 12.71 | 0.67 | 0.51 |
| Hex | D6 | 50 | 2C | 0 | 3F | 4F | 10 | D | 43 | 33 |
| Octal | 326 | 120 | 54 | 0 | 77 | 117 | 20 | 15 | 103 | 63 |
| Binary | 11010110 | 1010000 | 101100 | 0 | 111111 | 1001111 | 10000 | 1101 | 1000011 | 110011 |
Color Harmonies of #D6502C
Complementary color
Monochromatic Colors of #D6502C
Black with #D6502C
Text Example
Text Example
White with #D6502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6502C; }
p { color: rgb(214,80,44); }
H1.HeaderClassName
{
color: #D6502C;
}
.AnyTagClassName
{
color: #D6502C;
}
</style>
background-color css
<style>
a { background-color: #D6502C; }
a { background-color: rgb(214,80,44); }
div.DivClassName
{
background-color: #D6502C;
}
.BgClassName
{
background-color: #D6502C;
}
</style>
border-color css
<style>
span { border-color: #D6502C; }
span { border-color: rgb(214,80,44); }
td.TdClassName
{
border-color: #D6502C;
}
.TagClassName
{
border-color: #D6502C;
}
</style>