Shades of Chilean Fire #D35438
Tints of Chilean Fire #D35438
RGB
CMYK
RGB Variations
Color information
#D35438 (or 0xD35438) is known color: Chilean Fire. HEX triplet: D3, 54 and 38. RGB value is (211,84,56). Sum of RGB (Red+Green+Blue) = 211+84+56=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D35438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35438 is #2CABC7. Grayscale: #777777. Windows color (decimal): -2927560 or 3691731. OLE color: 3691731.
HSL color Cylindrical-coordinate representation of color #D35438: hue angle of 10.84º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D35438 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 84 | 56 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.17 |
| HSL | 10.84º | 0.64% | 0.52% | - |
| HSV(B) | 10.84º | 0.73% | 0.83% | - |
| XYZ | 30.75 | 20.48 | 6.07 | - |
| YUV | 118.78 | 92.58 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 56 | 0 | 0.60 | 0.73 | 0.17 | 10.84 | 0.64 | 0.52 |
| Hex | D3 | 54 | 38 | 0 | 3C | 49 | 11 | B | 40 | 34 |
| Octal | 323 | 124 | 70 | 0 | 74 | 111 | 21 | 13 | 100 | 64 |
| Binary | 11010011 | 1010100 | 111000 | 0 | 111100 | 1001001 | 10001 | 1011 | 1000000 | 110100 |
Color Harmonies of #D35438
Complementary color
Monochromatic Colors of #D35438
Black with #D35438
Text Example
Text Example
White with #D35438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35438; }
p { color: rgb(211,84,56); }
H1.HeaderClassName
{
color: #D35438;
}
.AnyTagClassName
{
color: #D35438;
}
</style>
background-color css
<style>
a { background-color: #D35438; }
a { background-color: rgb(211,84,56); }
div.DivClassName
{
background-color: #D35438;
}
.BgClassName
{
background-color: #D35438;
}
</style>
border-color css
<style>
span { border-color: #D35438; }
span { border-color: rgb(211,84,56); }
td.TdClassName
{
border-color: #D35438;
}
.TagClassName
{
border-color: #D35438;
}
</style>