Shades of Chilean Fire #D35B3C
Tints of Chilean Fire #D35B3C
RGB
CMYK
RGB Variations
Color information
#D35B3C (or 0xD35B3C) is known color: Chilean Fire. HEX triplet: D3, 5B and 3C. RGB value is (211,91,60). Sum of RGB (Red+Green+Blue) = 211+91+60=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D35B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35B3C is #2CA4C3. Grayscale: #7B7B7B. Windows color (decimal): -2925764 or 3955667. OLE color: 3955667.
HSL color Cylindrical-coordinate representation of color #D35B3C: hue angle of 12.32º 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 #D35B3C is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 91 | 60 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.17 |
| HSL | 12.32º | 0.63% | 0.53% | - |
| HSV(B) | 12.32º | 0.72% | 0.83% | - |
| XYZ | 31.42 | 21.66 | 6.8 | - |
| YUV | 123.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 91 | 60 | 0 | 0.57 | 0.72 | 0.17 | 12.32 | 0.63 | 0.53 |
| Hex | D3 | 5B | 3C | 0 | 39 | 48 | 11 | C | 3F | 35 |
| Octal | 323 | 133 | 74 | 0 | 71 | 110 | 21 | 14 | 77 | 65 |
| Binary | 11010011 | 1011011 | 111100 | 0 | 111001 | 1001000 | 10001 | 1100 | 111111 | 110101 |
Color Harmonies of #D35B3C
Complementary color
Monochromatic Colors of #D35B3C
Black with #D35B3C
Text Example
Text Example
White with #D35B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35B3C; }
p { color: rgb(211,91,60); }
H1.HeaderClassName
{
color: #D35B3C;
}
.AnyTagClassName
{
color: #D35B3C;
}
</style>
background-color css
<style>
a { background-color: #D35B3C; }
a { background-color: rgb(211,91,60); }
div.DivClassName
{
background-color: #D35B3C;
}
.BgClassName
{
background-color: #D35B3C;
}
</style>
border-color css
<style>
span { border-color: #D35B3C; }
span { border-color: rgb(211,91,60); }
td.TdClassName
{
border-color: #D35B3C;
}
.TagClassName
{
border-color: #D35B3C;
}
</style>