Shades of Chilean Fire #D65427
Tints of Chilean Fire #D65427
RGB
CMYK
RGB Variations
Color information
#D65427 (or 0xD65427) is known color: Chilean Fire. HEX triplet: D6, 54 and 27. RGB value is (214,84,39). Sum of RGB (Red+Green+Blue) = 214+84+39=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D65427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65427 is #29ABD8. Grayscale: #767676. Windows color (decimal): -2730969 or 2577622. OLE color: 2577622.
HSL color Cylindrical-coordinate representation of color #D65427: hue angle of 15.43º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D65427 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 39 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.16 |
| HSL | 15.43º | 0.69% | 0.5% | - |
| HSV(B) | 15.43º | 0.82% | 0.84% | - |
| XYZ | 31.27 | 20.78 | 4.28 | - |
| YUV | 117.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 39 | 0 | 0.61 | 0.82 | 0.16 | 15.43 | 0.69 | 0.5 |
| Hex | D6 | 54 | 27 | 0 | 3D | 52 | 10 | F | 45 | 32 |
| Octal | 326 | 124 | 47 | 0 | 75 | 122 | 20 | 17 | 105 | 62 |
| Binary | 11010110 | 1010100 | 100111 | 0 | 111101 | 1010010 | 10000 | 1111 | 1000101 | 110010 |
Color Harmonies of #D65427
Complementary color
Monochromatic Colors of #D65427
Black with #D65427
Text Example
Text Example
White with #D65427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65427; }
p { color: rgb(214,84,39); }
H1.HeaderClassName
{
color: #D65427;
}
.AnyTagClassName
{
color: #D65427;
}
</style>
background-color css
<style>
a { background-color: #D65427; }
a { background-color: rgb(214,84,39); }
div.DivClassName
{
background-color: #D65427;
}
.BgClassName
{
background-color: #D65427;
}
</style>
border-color css
<style>
span { border-color: #D65427; }
span { border-color: rgb(214,84,39); }
td.TdClassName
{
border-color: #D65427;
}
.TagClassName
{
border-color: #D65427;
}
</style>