Shades of Chilean Fire #D65F30
Tints of Chilean Fire #D65F30
RGB
CMYK
RGB Variations
Color information
#D65F30 (or 0xD65F30) is known color: Chilean Fire. HEX triplet: D6, 5F and 30. RGB value is (214,95,48). Sum of RGB (Red+Green+Blue) = 214+95+48=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F30 is #29A0CF. Grayscale: #7D7D7D. Windows color (decimal): -2728144 or 3170262. OLE color: 3170262.
HSL color Cylindrical-coordinate representation of color #D65F30: hue angle of 16.99º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D65F30 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 48 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.16 |
| HSL | 16.99º | 0.67% | 0.51% | - |
| HSV(B) | 16.99º | 0.78% | 0.84% | - |
| XYZ | 32.36 | 22.69 | 5.47 | - |
| YUV | 125.22 | 84.42 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 48 | 0 | 0.56 | 0.78 | 0.16 | 16.99 | 0.67 | 0.51 |
| Hex | D6 | 5F | 30 | 0 | 38 | 4E | 10 | 11 | 43 | 33 |
| Octal | 326 | 137 | 60 | 0 | 70 | 116 | 20 | 21 | 103 | 63 |
| Binary | 11010110 | 1011111 | 110000 | 0 | 111000 | 1001110 | 10000 | 10001 | 1000011 | 110011 |
Color Harmonies of #D65F30
Complementary color
Monochromatic Colors of #D65F30
Black with #D65F30
Text Example
Text Example
White with #D65F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F30; }
p { color: rgb(214,95,48); }
H1.HeaderClassName
{
color: #D65F30;
}
.AnyTagClassName
{
color: #D65F30;
}
</style>
background-color css
<style>
a { background-color: #D65F30; }
a { background-color: rgb(214,95,48); }
div.DivClassName
{
background-color: #D65F30;
}
.BgClassName
{
background-color: #D65F30;
}
</style>
border-color css
<style>
span { border-color: #D65F30; }
span { border-color: rgb(214,95,48); }
td.TdClassName
{
border-color: #D65F30;
}
.TagClassName
{
border-color: #D65F30;
}
</style>