Shades of Chilean Fire #D7622D
Tints of Chilean Fire #D7622D
RGB
CMYK
RGB Variations
Color information
#D7622D (or 0xD7622D) is known color: Chilean Fire. HEX triplet: D7, 62 and 2D. RGB value is (215,98,45). Sum of RGB (Red+Green+Blue) = 215+98+45=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7622D is #289DD2. Grayscale: #7F7F7F. Windows color (decimal): -2661843 or 2974423. OLE color: 2974423.
HSL color Cylindrical-coordinate representation of color #D7622D: hue angle of 18.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7622D is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 45 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.16 |
| HSL | 18.71º | 0.68% | 0.51% | - |
| HSV(B) | 18.71º | 0.79% | 0.84% | - |
| XYZ | 32.87 | 23.37 | 5.26 | - |
| YUV | 126.94 | 81.76 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 45 | 0 | 0.54 | 0.79 | 0.16 | 18.71 | 0.68 | 0.51 |
| Hex | D7 | 62 | 2D | 0 | 36 | 4F | 10 | 13 | 44 | 33 |
| Octal | 327 | 142 | 55 | 0 | 66 | 117 | 20 | 23 | 104 | 63 |
| Binary | 11010111 | 1100010 | 101101 | 0 | 110110 | 1001111 | 10000 | 10011 | 1000100 | 110011 |
Color Harmonies of #D7622D
Complementary color
Monochromatic Colors of #D7622D
Black with #D7622D
Text Example
Text Example
White with #D7622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7622D; }
p { color: rgb(215,98,45); }
H1.HeaderClassName
{
color: #D7622D;
}
.AnyTagClassName
{
color: #D7622D;
}
</style>
background-color css
<style>
a { background-color: #D7622D; }
a { background-color: rgb(215,98,45); }
div.DivClassName
{
background-color: #D7622D;
}
.BgClassName
{
background-color: #D7622D;
}
</style>
border-color css
<style>
span { border-color: #D7622D; }
span { border-color: rgb(215,98,45); }
td.TdClassName
{
border-color: #D7622D;
}
.TagClassName
{
border-color: #D7622D;
}
</style>