Shades of Chilean Fire #D6613C
Tints of Chilean Fire #D6613C
RGB
CMYK
RGB Variations
Color information
#D6613C (or 0xD6613C) is known color: Chilean Fire. HEX triplet: D6, 61 and 3C. RGB value is (214,97,60). Sum of RGB (Red+Green+Blue) = 214+97+60=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6613C is #299EC3. Grayscale: #808080. Windows color (decimal): -2727620 or 3957206. OLE color: 3957206.
HSL color Cylindrical-coordinate representation of color #D6613C: hue angle of 14.42º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6613C is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 60 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.16 |
| HSL | 14.42º | 0.65% | 0.54% | - |
| HSV(B) | 14.42º | 0.72% | 0.84% | - |
| XYZ | 32.82 | 23.17 | 7.02 | - |
| YUV | 127.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 60 | 0 | 0.55 | 0.72 | 0.16 | 14.42 | 0.65 | 0.54 |
| Hex | D6 | 61 | 3C | 0 | 37 | 48 | 10 | E | 41 | 36 |
| Octal | 326 | 141 | 74 | 0 | 67 | 110 | 20 | 16 | 101 | 66 |
| Binary | 11010110 | 1100001 | 111100 | 0 | 110111 | 1001000 | 10000 | 1110 | 1000001 | 110110 |
Color Harmonies of #D6613C
Complementary color
Monochromatic Colors of #D6613C
Black with #D6613C
Text Example
Text Example
White with #D6613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6613C; }
p { color: rgb(214,97,60); }
H1.HeaderClassName
{
color: #D6613C;
}
.AnyTagClassName
{
color: #D6613C;
}
</style>
background-color css
<style>
a { background-color: #D6613C; }
a { background-color: rgb(214,97,60); }
div.DivClassName
{
background-color: #D6613C;
}
.BgClassName
{
background-color: #D6613C;
}
</style>
border-color css
<style>
span { border-color: #D6613C; }
span { border-color: rgb(214,97,60); }
td.TdClassName
{
border-color: #D6613C;
}
.TagClassName
{
border-color: #D6613C;
}
</style>