Shades of Chilean Fire #D35A27
Tints of Chilean Fire #D35A27
RGB
CMYK
RGB Variations
Color information
#D35A27 (or 0xD35A27) is known color: Chilean Fire. HEX triplet: D3, 5A and 27. RGB value is (211,90,39). Sum of RGB (Red+Green+Blue) = 211+90+39=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35A27 is #2CA5D8. Grayscale: #787878. Windows color (decimal): -2926041 or 2579155. OLE color: 2579155.
HSL color Cylindrical-coordinate representation of color #D35A27: hue angle of 17.79º 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 #D35A27 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 90 | 39 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.17 |
| HSL | 17.79º | 0.69% | 0.49% | - |
| HSV(B) | 17.79º | 0.82% | 0.83% | - |
| XYZ | 30.89 | 21.31 | 4.4 | - |
| YUV | 120.37 | 82.09 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 90 | 39 | 0 | 0.57 | 0.82 | 0.17 | 17.79 | 0.69 | 0.49 |
| Hex | D3 | 5A | 27 | 0 | 39 | 52 | 11 | 12 | 45 | 31 |
| Octal | 323 | 132 | 47 | 0 | 71 | 122 | 21 | 22 | 105 | 61 |
| Binary | 11010011 | 1011010 | 100111 | 0 | 111001 | 1010010 | 10001 | 10010 | 1000101 | 110001 |
Color Harmonies of #D35A27
Complementary color
Monochromatic Colors of #D35A27
Black with #D35A27
Text Example
Text Example
White with #D35A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35A27; }
p { color: rgb(211,90,39); }
H1.HeaderClassName
{
color: #D35A27;
}
.AnyTagClassName
{
color: #D35A27;
}
</style>
background-color css
<style>
a { background-color: #D35A27; }
a { background-color: rgb(211,90,39); }
div.DivClassName
{
background-color: #D35A27;
}
.BgClassName
{
background-color: #D35A27;
}
</style>
border-color css
<style>
span { border-color: #D35A27; }
span { border-color: rgb(211,90,39); }
td.TdClassName
{
border-color: #D35A27;
}
.TagClassName
{
border-color: #D35A27;
}
</style>