Shades of Chilean Fire #D65D31
Tints of Chilean Fire #D65D31
RGB
CMYK
RGB Variations
Color information
#D65D31 (or 0xD65D31) is known color: Chilean Fire. HEX triplet: D6, 5D and 31. RGB value is (214,93,49). Sum of RGB (Red+Green+Blue) = 214+93+49=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D31 is #29A2CE. Grayscale: #7C7C7C. Windows color (decimal): -2728655 or 3235286. OLE color: 3235286.
HSL color Cylindrical-coordinate representation of color #D65D31: hue angle of 16º 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 #D65D31 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 49 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.16 |
| HSL | 16º | 0.67% | 0.52% | - |
| HSV(B) | 16º | 0.77% | 0.84% | - |
| XYZ | 32.2 | 22.35 | 5.52 | - |
| YUV | 124.16 | 85.59 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 49 | 0 | 0.57 | 0.77 | 0.16 | 16 | 0.67 | 0.52 |
| Hex | D6 | 5D | 31 | 0 | 39 | 4D | 10 | 10 | 43 | 34 |
| Octal | 326 | 135 | 61 | 0 | 71 | 115 | 20 | 20 | 103 | 64 |
| Binary | 11010110 | 1011101 | 110001 | 0 | 111001 | 1001101 | 10000 | 10000 | 1000011 | 110100 |
Color Harmonies of #D65D31
Complementary color
Monochromatic Colors of #D65D31
Black with #D65D31
Text Example
Text Example
White with #D65D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D31; }
p { color: rgb(214,93,49); }
H1.HeaderClassName
{
color: #D65D31;
}
.AnyTagClassName
{
color: #D65D31;
}
</style>
background-color css
<style>
a { background-color: #D65D31; }
a { background-color: rgb(214,93,49); }
div.DivClassName
{
background-color: #D65D31;
}
.BgClassName
{
background-color: #D65D31;
}
</style>
border-color css
<style>
span { border-color: #D65D31; }
span { border-color: rgb(214,93,49); }
td.TdClassName
{
border-color: #D65D31;
}
.TagClassName
{
border-color: #D65D31;
}
</style>