Shades of Chilean Fire #D65830
Tints of Chilean Fire #D65830
RGB
CMYK
RGB Variations
Color information
#D65830 (or 0xD65830) is known color: Chilean Fire. HEX triplet: D6, 58 and 30. RGB value is (214,88,48). Sum of RGB (Red+Green+Blue) = 214+88+48=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D65830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65830 is #29A7CF. Grayscale: #797979. Windows color (decimal): -2729936 or 3168470. OLE color: 3168470.
HSL color Cylindrical-coordinate representation of color #D65830: hue angle of 14.46º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D65830 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 48 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.16 |
| HSL | 14.46º | 0.67% | 0.51% | - |
| HSV(B) | 14.46º | 0.78% | 0.84% | - |
| XYZ | 31.75 | 21.49 | 5.27 | - |
| YUV | 121.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 48 | 0 | 0.59 | 0.78 | 0.16 | 14.46 | 0.67 | 0.51 |
| Hex | D6 | 58 | 30 | 0 | 3B | 4E | 10 | E | 43 | 33 |
| Octal | 326 | 130 | 60 | 0 | 73 | 116 | 20 | 16 | 103 | 63 |
| Binary | 11010110 | 1011000 | 110000 | 0 | 111011 | 1001110 | 10000 | 1110 | 1000011 | 110011 |
Color Harmonies of #D65830
Complementary color
Monochromatic Colors of #D65830
Black with #D65830
Text Example
Text Example
White with #D65830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65830; }
p { color: rgb(214,88,48); }
H1.HeaderClassName
{
color: #D65830;
}
.AnyTagClassName
{
color: #D65830;
}
</style>
background-color css
<style>
a { background-color: #D65830; }
a { background-color: rgb(214,88,48); }
div.DivClassName
{
background-color: #D65830;
}
.BgClassName
{
background-color: #D65830;
}
</style>
border-color css
<style>
span { border-color: #D65830; }
span { border-color: rgb(214,88,48); }
td.TdClassName
{
border-color: #D65830;
}
.TagClassName
{
border-color: #D65830;
}
</style>