Shades of Chilean Fire #D65D36
Tints of Chilean Fire #D65D36
RGB
CMYK
RGB Variations
Color information
#D65D36 (or 0xD65D36) is known color: Chilean Fire. HEX triplet: D6, 5D and 36. RGB value is (214,93,54). Sum of RGB (Red+Green+Blue) = 214+93+54=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D36 is #29A2C9. Grayscale: #7D7D7D. Windows color (decimal): -2728650 or 3562966. OLE color: 3562966.
HSL color Cylindrical-coordinate representation of color #D65D36: hue angle of 14.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D65D36 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 54 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.16 |
| HSL | 14.63º | 0.66% | 0.53% | - |
| HSV(B) | 14.63º | 0.75% | 0.84% | - |
| XYZ | 32.31 | 22.39 | 6.11 | - |
| YUV | 124.73 | 88.09 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 54 | 0 | 0.57 | 0.75 | 0.16 | 14.63 | 0.66 | 0.53 |
| Hex | D6 | 5D | 36 | 0 | 39 | 4B | 10 | F | 42 | 35 |
| Octal | 326 | 135 | 66 | 0 | 71 | 113 | 20 | 17 | 102 | 65 |
| Binary | 11010110 | 1011101 | 110110 | 0 | 111001 | 1001011 | 10000 | 1111 | 1000010 | 110101 |
Color Harmonies of #D65D36
Complementary color
Monochromatic Colors of #D65D36
Black with #D65D36
Text Example
Text Example
White with #D65D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D36; }
p { color: rgb(214,93,54); }
H1.HeaderClassName
{
color: #D65D36;
}
.AnyTagClassName
{
color: #D65D36;
}
</style>
background-color css
<style>
a { background-color: #D65D36; }
a { background-color: rgb(214,93,54); }
div.DivClassName
{
background-color: #D65D36;
}
.BgClassName
{
background-color: #D65D36;
}
</style>
border-color css
<style>
span { border-color: #D65D36; }
span { border-color: rgb(214,93,54); }
td.TdClassName
{
border-color: #D65D36;
}
.TagClassName
{
border-color: #D65D36;
}
</style>