Shades of Chilean Fire #D3603D
Tints of Chilean Fire #D3603D
RGB
CMYK
RGB Variations
Color information
#D3603D (or 0xD3603D) is known color: Chilean Fire. HEX triplet: D3, 60 and 3D. RGB value is (211,96,61). Sum of RGB (Red+Green+Blue) = 211+96+61=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D3603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3603D is #2C9FC2. Grayscale: #7E7E7E. Windows color (decimal): -2924483 or 4022483. OLE color: 4022483.
HSL color Cylindrical-coordinate representation of color #D3603D: hue angle of 14º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3603D is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 61 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.17 |
| HSL | 14º | 0.63% | 0.53% | - |
| HSV(B) | 14º | 0.71% | 0.83% | - |
| XYZ | 31.89 | 22.55 | 7.09 | - |
| YUV | 126.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 61 | 0 | 0.55 | 0.71 | 0.17 | 14 | 0.63 | 0.53 |
| Hex | D3 | 60 | 3D | 0 | 37 | 47 | 11 | E | 3F | 35 |
| Octal | 323 | 140 | 75 | 0 | 67 | 107 | 21 | 16 | 77 | 65 |
| Binary | 11010011 | 1100000 | 111101 | 0 | 110111 | 1000111 | 10001 | 1110 | 111111 | 110101 |
Color Harmonies of #D3603D
Complementary color
Monochromatic Colors of #D3603D
Black with #D3603D
Text Example
Text Example
White with #D3603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3603D; }
p { color: rgb(211,96,61); }
H1.HeaderClassName
{
color: #D3603D;
}
.AnyTagClassName
{
color: #D3603D;
}
</style>
background-color css
<style>
a { background-color: #D3603D; }
a { background-color: rgb(211,96,61); }
div.DivClassName
{
background-color: #D3603D;
}
.BgClassName
{
background-color: #D3603D;
}
</style>
border-color css
<style>
span { border-color: #D3603D; }
span { border-color: rgb(211,96,61); }
td.TdClassName
{
border-color: #D3603D;
}
.TagClassName
{
border-color: #D3603D;
}
</style>