Shades of Chilean Fire #D35128
Tints of Chilean Fire #D35128
RGB
CMYK
RGB Variations
Color information
#D35128 (or 0xD35128) is known color: Chilean Fire. HEX triplet: D3, 51 and 28. RGB value is (211,81,40). Sum of RGB (Red+Green+Blue) = 211+81+40=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D35128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35128 is #2CAED7. Grayscale: #737373. Windows color (decimal): -2928344 or 2642387. OLE color: 2642387.
HSL color Cylindrical-coordinate representation of color #D35128: hue angle of 14.39º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D35128 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 40 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.17 |
| HSL | 14.39º | 0.68% | 0.49% | - |
| HSV(B) | 14.39º | 0.81% | 0.83% | - |
| XYZ | 30.19 | 19.89 | 4.25 | - |
| YUV | 115.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 40 | 0 | 0.62 | 0.81 | 0.17 | 14.39 | 0.68 | 0.49 |
| Hex | D3 | 51 | 28 | 0 | 3E | 51 | 11 | E | 44 | 31 |
| Octal | 323 | 121 | 50 | 0 | 76 | 121 | 21 | 16 | 104 | 61 |
| Binary | 11010011 | 1010001 | 101000 | 0 | 111110 | 1010001 | 10001 | 1110 | 1000100 | 110001 |
Color Harmonies of #D35128
Complementary color
Monochromatic Colors of #D35128
Black with #D35128
Text Example
Text Example
White with #D35128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35128; }
p { color: rgb(211,81,40); }
H1.HeaderClassName
{
color: #D35128;
}
.AnyTagClassName
{
color: #D35128;
}
</style>
background-color css
<style>
a { background-color: #D35128; }
a { background-color: rgb(211,81,40); }
div.DivClassName
{
background-color: #D35128;
}
.BgClassName
{
background-color: #D35128;
}
</style>
border-color css
<style>
span { border-color: #D35128; }
span { border-color: rgb(211,81,40); }
td.TdClassName
{
border-color: #D35128;
}
.TagClassName
{
border-color: #D35128;
}
</style>