Shades of Chilean Fire #D35A3C
Tints of Chilean Fire #D35A3C
RGB
CMYK
RGB Variations
Color information
#D35A3C (or 0xD35A3C) is known color: Chilean Fire. HEX triplet: D3, 5A and 3C. RGB value is (211,90,60). Sum of RGB (Red+Green+Blue) = 211+90+60=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35A3C is #2CA5C3. Grayscale: #7A7A7A. Windows color (decimal): -2926020 or 3955411. OLE color: 3955411.
HSL color Cylindrical-coordinate representation of color #D35A3C: hue angle of 11.92º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D35A3C is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 90 | 60 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.17 |
| HSL | 11.92º | 0.63% | 0.53% | - |
| HSV(B) | 11.92º | 0.72% | 0.83% | - |
| XYZ | 31.34 | 21.49 | 6.77 | - |
| YUV | 122.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 90 | 60 | 0 | 0.57 | 0.72 | 0.17 | 11.92 | 0.63 | 0.53 |
| Hex | D3 | 5A | 3C | 0 | 39 | 48 | 11 | C | 3F | 35 |
| Octal | 323 | 132 | 74 | 0 | 71 | 110 | 21 | 14 | 77 | 65 |
| Binary | 11010011 | 1011010 | 111100 | 0 | 111001 | 1001000 | 10001 | 1100 | 111111 | 110101 |
Color Harmonies of #D35A3C
Complementary color
Monochromatic Colors of #D35A3C
Black with #D35A3C
Text Example
Text Example
White with #D35A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35A3C; }
p { color: rgb(211,90,60); }
H1.HeaderClassName
{
color: #D35A3C;
}
.AnyTagClassName
{
color: #D35A3C;
}
</style>
background-color css
<style>
a { background-color: #D35A3C; }
a { background-color: rgb(211,90,60); }
div.DivClassName
{
background-color: #D35A3C;
}
.BgClassName
{
background-color: #D35A3C;
}
</style>
border-color css
<style>
span { border-color: #D35A3C; }
span { border-color: rgb(211,90,60); }
td.TdClassName
{
border-color: #D35A3C;
}
.TagClassName
{
border-color: #D35A3C;
}
</style>