Shades of Chilean Fire #D65F3A
Tints of Chilean Fire #D65F3A
RGB
CMYK
RGB Variations
Color information
#D65F3A (or 0xD65F3A) is known color: Chilean Fire. HEX triplet: D6, 5F and 3A. RGB value is (214,95,58). Sum of RGB (Red+Green+Blue) = 214+95+58=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F3A is #29A0C5. Grayscale: #7E7E7E. Windows color (decimal): -2728134 or 3825622. OLE color: 3825622.
HSL color Cylindrical-coordinate representation of color #D65F3A: hue angle of 14.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D65F3A is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 58 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.16 |
| HSL | 14.23º | 0.66% | 0.53% | - |
| HSV(B) | 14.23º | 0.73% | 0.84% | - |
| XYZ | 32.59 | 22.79 | 6.68 | - |
| YUV | 126.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 58 | 0 | 0.56 | 0.73 | 0.16 | 14.23 | 0.66 | 0.53 |
| Hex | D6 | 5F | 3A | 0 | 38 | 49 | 10 | E | 42 | 35 |
| Octal | 326 | 137 | 72 | 0 | 70 | 111 | 20 | 16 | 102 | 65 |
| Binary | 11010110 | 1011111 | 111010 | 0 | 111000 | 1001001 | 10000 | 1110 | 1000010 | 110101 |
Color Harmonies of #D65F3A
Complementary color
Monochromatic Colors of #D65F3A
Black with #D65F3A
Text Example
Text Example
White with #D65F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F3A; }
p { color: rgb(214,95,58); }
H1.HeaderClassName
{
color: #D65F3A;
}
.AnyTagClassName
{
color: #D65F3A;
}
</style>
background-color css
<style>
a { background-color: #D65F3A; }
a { background-color: rgb(214,95,58); }
div.DivClassName
{
background-color: #D65F3A;
}
.BgClassName
{
background-color: #D65F3A;
}
</style>
border-color css
<style>
span { border-color: #D65F3A; }
span { border-color: rgb(214,95,58); }
td.TdClassName
{
border-color: #D65F3A;
}
.TagClassName
{
border-color: #D65F3A;
}
</style>