Shades of Chilean Fire #D65F37
Tints of Chilean Fire #D65F37
RGB
CMYK
RGB Variations
Color information
#D65F37 (or 0xD65F37) is known color: Chilean Fire. HEX triplet: D6, 5F and 37. RGB value is (214,95,55). Sum of RGB (Red+Green+Blue) = 214+95+55=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F37 is #29A0C8. Grayscale: #7E7E7E. Windows color (decimal): -2728137 or 3629014. OLE color: 3629014.
HSL color Cylindrical-coordinate representation of color #D65F37: hue angle of 15.09º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D65F37 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 55 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.16 |
| HSL | 15.09º | 0.66% | 0.53% | - |
| HSV(B) | 15.09º | 0.74% | 0.84% | - |
| XYZ | 32.51 | 22.76 | 6.29 | - |
| YUV | 126.02 | 87.92 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 55 | 0 | 0.56 | 0.74 | 0.16 | 15.09 | 0.66 | 0.53 |
| Hex | D6 | 5F | 37 | 0 | 38 | 4A | 10 | F | 42 | 35 |
| Octal | 326 | 137 | 67 | 0 | 70 | 112 | 20 | 17 | 102 | 65 |
| Binary | 11010110 | 1011111 | 110111 | 0 | 111000 | 1001010 | 10000 | 1111 | 1000010 | 110101 |
Color Harmonies of #D65F37
Complementary color
Monochromatic Colors of #D65F37
Black with #D65F37
Text Example
Text Example
White with #D65F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F37; }
p { color: rgb(214,95,55); }
H1.HeaderClassName
{
color: #D65F37;
}
.AnyTagClassName
{
color: #D65F37;
}
</style>
background-color css
<style>
a { background-color: #D65F37; }
a { background-color: rgb(214,95,55); }
div.DivClassName
{
background-color: #D65F37;
}
.BgClassName
{
background-color: #D65F37;
}
</style>
border-color css
<style>
span { border-color: #D65F37; }
span { border-color: rgb(214,95,55); }
td.TdClassName
{
border-color: #D65F37;
}
.TagClassName
{
border-color: #D65F37;
}
</style>