Shades of Chilean Fire #D8603D
Tints of Chilean Fire #D8603D
RGB
CMYK
RGB Variations
Color information
#D8603D (or 0xD8603D) is known color: Chilean Fire. HEX triplet: D8, 60 and 3D. RGB value is (216,96,61). Sum of RGB (Red+Green+Blue) = 216+96+61=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8603D is #279FC2. Grayscale: #808080. Windows color (decimal): -2596803 or 4022488. OLE color: 4022488.
HSL color Cylindrical-coordinate representation of color #D8603D: hue angle of 13.55º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8603D is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 61 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.15 |
| HSL | 13.55º | 0.67% | 0.54% | - |
| HSV(B) | 13.55º | 0.72% | 0.85% | - |
| XYZ | 33.34 | 23.3 | 7.16 | - |
| YUV | 127.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 61 | 0 | 0.56 | 0.72 | 0.15 | 13.55 | 0.67 | 0.54 |
| Hex | D8 | 60 | 3D | 0 | 38 | 48 | F | E | 43 | 36 |
| Octal | 330 | 140 | 75 | 0 | 70 | 110 | 17 | 16 | 103 | 66 |
| Binary | 11011000 | 1100000 | 111101 | 0 | 111000 | 1001000 | 1111 | 1110 | 1000011 | 110110 |
Color Harmonies of #D8603D
Complementary color
Monochromatic Colors of #D8603D
Black with #D8603D
Text Example
Text Example
White with #D8603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8603D; }
p { color: rgb(216,96,61); }
H1.HeaderClassName
{
color: #D8603D;
}
.AnyTagClassName
{
color: #D8603D;
}
</style>
background-color css
<style>
a { background-color: #D8603D; }
a { background-color: rgb(216,96,61); }
div.DivClassName
{
background-color: #D8603D;
}
.BgClassName
{
background-color: #D8603D;
}
</style>
border-color css
<style>
span { border-color: #D8603D; }
span { border-color: rgb(216,96,61); }
td.TdClassName
{
border-color: #D8603D;
}
.TagClassName
{
border-color: #D8603D;
}
</style>