Shades of Chilean Fire #D2603D
Tints of Chilean Fire #D2603D
RGB
CMYK
RGB Variations
Color information
#D2603D (or 0xD2603D) is known color: Chilean Fire. HEX triplet: D2, 60 and 3D. RGB value is (210,96,61). Sum of RGB (Red+Green+Blue) = 210+96+61=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2603D is #2D9FC2. Grayscale: #7E7E7E. Windows color (decimal): -2990019 or 4022482. OLE color: 4022482.
HSL color Cylindrical-coordinate representation of color #D2603D: hue angle of 14.09º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2603D is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 61 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.18 |
| HSL | 14.09º | 0.62% | 0.53% | - |
| HSV(B) | 14.09º | 0.71% | 0.82% | - |
| XYZ | 31.6 | 22.4 | 7.07 | - |
| YUV | 126.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 61 | 0 | 0.54 | 0.71 | 0.18 | 14.09 | 0.62 | 0.53 |
| Hex | D2 | 60 | 3D | 0 | 36 | 47 | 12 | E | 3E | 35 |
| Octal | 322 | 140 | 75 | 0 | 66 | 107 | 22 | 16 | 76 | 65 |
| Binary | 11010010 | 1100000 | 111101 | 0 | 110110 | 1000111 | 10010 | 1110 | 111110 | 110101 |
Color Harmonies of #D2603D
Complementary color
Monochromatic Colors of #D2603D
Black with #D2603D
Text Example
Text Example
White with #D2603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2603D; }
p { color: rgb(210,96,61); }
H1.HeaderClassName
{
color: #D2603D;
}
.AnyTagClassName
{
color: #D2603D;
}
</style>
background-color css
<style>
a { background-color: #D2603D; }
a { background-color: rgb(210,96,61); }
div.DivClassName
{
background-color: #D2603D;
}
.BgClassName
{
background-color: #D2603D;
}
</style>
border-color css
<style>
span { border-color: #D2603D; }
span { border-color: rgb(210,96,61); }
td.TdClassName
{
border-color: #D2603D;
}
.TagClassName
{
border-color: #D2603D;
}
</style>