Shades of Chilean Fire #D35527
Tints of Chilean Fire #D35527
RGB
CMYK
RGB Variations
Color information
#D35527 (or 0xD35527) is known color: Chilean Fire. HEX triplet: D3, 55 and 27. RGB value is (211,85,39). Sum of RGB (Red+Green+Blue) = 211+85+39=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D35527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35527 is #2CAAD8. Grayscale: #757575. Windows color (decimal): -2927321 or 2577875. OLE color: 2577875.
HSL color Cylindrical-coordinate representation of color #D35527: hue angle of 16.05º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D35527 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 39 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.17 |
| HSL | 16.05º | 0.69% | 0.49% | - |
| HSV(B) | 16.05º | 0.82% | 0.83% | - |
| XYZ | 30.48 | 20.49 | 4.27 | - |
| YUV | 117.43 | 83.74 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 39 | 0 | 0.60 | 0.82 | 0.17 | 16.05 | 0.69 | 0.49 |
| Hex | D3 | 55 | 27 | 0 | 3C | 52 | 11 | 10 | 45 | 31 |
| Octal | 323 | 125 | 47 | 0 | 74 | 122 | 21 | 20 | 105 | 61 |
| Binary | 11010011 | 1010101 | 100111 | 0 | 111100 | 1010010 | 10001 | 10000 | 1000101 | 110001 |
Color Harmonies of #D35527
Complementary color
Monochromatic Colors of #D35527
Black with #D35527
Text Example
Text Example
White with #D35527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35527; }
p { color: rgb(211,85,39); }
H1.HeaderClassName
{
color: #D35527;
}
.AnyTagClassName
{
color: #D35527;
}
</style>
background-color css
<style>
a { background-color: #D35527; }
a { background-color: rgb(211,85,39); }
div.DivClassName
{
background-color: #D35527;
}
.BgClassName
{
background-color: #D35527;
}
</style>
border-color css
<style>
span { border-color: #D35527; }
span { border-color: rgb(211,85,39); }
td.TdClassName
{
border-color: #D35527;
}
.TagClassName
{
border-color: #D35527;
}
</style>