Shades of Chilean Fire #D2623D
Tints of Chilean Fire #D2623D
RGB
CMYK
RGB Variations
Color information
#D2623D (or 0xD2623D) is known color: Chilean Fire. HEX triplet: D2, 62 and 3D. RGB value is (210,98,61). Sum of RGB (Red+Green+Blue) = 210+98+61=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2623D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2623D is #2D9DC2. Grayscale: #7F7F7F. Windows color (decimal): -2989507 or 4022994. OLE color: 4022994.
HSL color Cylindrical-coordinate representation of color #D2623D: hue angle of 14.9º 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 #D2623D is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 61 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.18 |
| HSL | 14.9º | 0.62% | 0.53% | - |
| HSV(B) | 14.9º | 0.71% | 0.82% | - |
| XYZ | 31.79 | 22.77 | 7.14 | - |
| YUV | 127.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 61 | 0 | 0.53 | 0.71 | 0.18 | 14.9 | 0.62 | 0.53 |
| Hex | D2 | 62 | 3D | 0 | 35 | 47 | 12 | F | 3E | 35 |
| Octal | 322 | 142 | 75 | 0 | 65 | 107 | 22 | 17 | 76 | 65 |
| Binary | 11010010 | 1100010 | 111101 | 0 | 110101 | 1000111 | 10010 | 1111 | 111110 | 110101 |
Color Harmonies of #D2623D
Complementary color
Monochromatic Colors of #D2623D
Black with #D2623D
Text Example
Text Example
White with #D2623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2623D; }
p { color: rgb(210,98,61); }
H1.HeaderClassName
{
color: #D2623D;
}
.AnyTagClassName
{
color: #D2623D;
}
</style>
background-color css
<style>
a { background-color: #D2623D; }
a { background-color: rgb(210,98,61); }
div.DivClassName
{
background-color: #D2623D;
}
.BgClassName
{
background-color: #D2623D;
}
</style>
border-color css
<style>
span { border-color: #D2623D; }
span { border-color: rgb(210,98,61); }
td.TdClassName
{
border-color: #D2623D;
}
.TagClassName
{
border-color: #D2623D;
}
</style>