Shades of Chilean Fire #D9603D
Tints of Chilean Fire #D9603D
RGB
CMYK
RGB Variations
Color information
#D9603D (or 0xD9603D) is known color: Chilean Fire. HEX triplet: D9, 60 and 3D. RGB value is (217,96,61). Sum of RGB (Red+Green+Blue) = 217+96+61=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D9603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9603D is #269FC2. Grayscale: #808080. Windows color (decimal): -2531267 or 4022489. OLE color: 4022489.
HSL color Cylindrical-coordinate representation of color #D9603D: hue angle of 13.46º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9603D is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 61 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.15 |
| HSL | 13.46º | 0.67% | 0.55% | - |
| HSV(B) | 13.46º | 0.72% | 0.85% | - |
| XYZ | 33.64 | 23.45 | 7.17 | - |
| YUV | 128.19 | 90.09 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 61 | 0 | 0.56 | 0.72 | 0.15 | 13.46 | 0.67 | 0.55 |
| Hex | D9 | 60 | 3D | 0 | 38 | 48 | F | D | 43 | 37 |
| Octal | 331 | 140 | 75 | 0 | 70 | 110 | 17 | 15 | 103 | 67 |
| Binary | 11011001 | 1100000 | 111101 | 0 | 111000 | 1001000 | 1111 | 1101 | 1000011 | 110111 |
Color Harmonies of #D9603D
Complementary color
Monochromatic Colors of #D9603D
Black with #D9603D
Text Example
Text Example
White with #D9603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9603D; }
p { color: rgb(217,96,61); }
H1.HeaderClassName
{
color: #D9603D;
}
.AnyTagClassName
{
color: #D9603D;
}
</style>
background-color css
<style>
a { background-color: #D9603D; }
a { background-color: rgb(217,96,61); }
div.DivClassName
{
background-color: #D9603D;
}
.BgClassName
{
background-color: #D9603D;
}
</style>
border-color css
<style>
span { border-color: #D9603D; }
span { border-color: rgb(217,96,61); }
td.TdClassName
{
border-color: #D9603D;
}
.TagClassName
{
border-color: #D9603D;
}
</style>