Shades of Chilean Fire #D65431
Tints of Chilean Fire #D65431
RGB
CMYK
RGB Variations
Color information
#D65431 (or 0xD65431) is known color: Chilean Fire. HEX triplet: D6, 54 and 31. RGB value is (214,84,49). Sum of RGB (Red+Green+Blue) = 214+84+49=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D65431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65431 is #29ABCE. Grayscale: #777777. Windows color (decimal): -2730959 or 3232982. OLE color: 3232982.
HSL color Cylindrical-coordinate representation of color #D65431: hue angle of 12.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D65431 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 49 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.16 |
| HSL | 12.73º | 0.67% | 0.52% | - |
| HSV(B) | 12.73º | 0.77% | 0.84% | - |
| XYZ | 31.46 | 20.86 | 5.27 | - |
| YUV | 118.88 | 88.57 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 49 | 0 | 0.61 | 0.77 | 0.16 | 12.73 | 0.67 | 0.52 |
| Hex | D6 | 54 | 31 | 0 | 3D | 4D | 10 | D | 43 | 34 |
| Octal | 326 | 124 | 61 | 0 | 75 | 115 | 20 | 15 | 103 | 64 |
| Binary | 11010110 | 1010100 | 110001 | 0 | 111101 | 1001101 | 10000 | 1101 | 1000011 | 110100 |
Color Harmonies of #D65431
Complementary color
Monochromatic Colors of #D65431
Black with #D65431
Text Example
Text Example
White with #D65431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65431; }
p { color: rgb(214,84,49); }
H1.HeaderClassName
{
color: #D65431;
}
.AnyTagClassName
{
color: #D65431;
}
</style>
background-color css
<style>
a { background-color: #D65431; }
a { background-color: rgb(214,84,49); }
div.DivClassName
{
background-color: #D65431;
}
.BgClassName
{
background-color: #D65431;
}
</style>
border-color css
<style>
span { border-color: #D65431; }
span { border-color: rgb(214,84,49); }
td.TdClassName
{
border-color: #D65431;
}
.TagClassName
{
border-color: #D65431;
}
</style>