Shades of Chilean Fire #D65330
Tints of Chilean Fire #D65330
RGB
CMYK
RGB Variations
Color information
#D65330 (or 0xD65330) is known color: Chilean Fire. HEX triplet: D6, 53 and 30. RGB value is (214,83,48). Sum of RGB (Red+Green+Blue) = 214+83+48=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D65330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65330 is #29ACCF. Grayscale: #767676. Windows color (decimal): -2731216 or 3167190. OLE color: 3167190.
HSL color Cylindrical-coordinate representation of color #D65330: hue angle of 12.65º 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 #D65330 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 48 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.16 |
| HSL | 12.65º | 0.67% | 0.51% | - |
| HSV(B) | 12.65º | 0.78% | 0.84% | - |
| XYZ | 31.36 | 20.7 | 5.14 | - |
| YUV | 118.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 48 | 0 | 0.61 | 0.78 | 0.16 | 12.65 | 0.67 | 0.51 |
| Hex | D6 | 53 | 30 | 0 | 3D | 4E | 10 | D | 43 | 33 |
| Octal | 326 | 123 | 60 | 0 | 75 | 116 | 20 | 15 | 103 | 63 |
| Binary | 11010110 | 1010011 | 110000 | 0 | 111101 | 1001110 | 10000 | 1101 | 1000011 | 110011 |
Color Harmonies of #D65330
Complementary color
Monochromatic Colors of #D65330
Black with #D65330
Text Example
Text Example
White with #D65330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65330; }
p { color: rgb(214,83,48); }
H1.HeaderClassName
{
color: #D65330;
}
.AnyTagClassName
{
color: #D65330;
}
</style>
background-color css
<style>
a { background-color: #D65330; }
a { background-color: rgb(214,83,48); }
div.DivClassName
{
background-color: #D65330;
}
.BgClassName
{
background-color: #D65330;
}
</style>
border-color css
<style>
span { border-color: #D65330; }
span { border-color: rgb(214,83,48); }
td.TdClassName
{
border-color: #D65330;
}
.TagClassName
{
border-color: #D65330;
}
</style>