Shades of Chilean Fire #D7633A
Tints of Chilean Fire #D7633A
RGB
CMYK
RGB Variations
Color information
#D7633A (or 0xD7633A) is known color: Chilean Fire. HEX triplet: D7, 63 and 3A. RGB value is (215,99,58). Sum of RGB (Red+Green+Blue) = 215+99+58=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7633A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7633A is #289CC5. Grayscale: #818181. Windows color (decimal): -2661574 or 3826647. OLE color: 3826647.
HSL color Cylindrical-coordinate representation of color #D7633A: hue angle of 15.67º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7633A is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 58 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.16 |
| HSL | 15.67º | 0.66% | 0.54% | - |
| HSV(B) | 15.67º | 0.73% | 0.84% | - |
| XYZ | 33.25 | 23.68 | 6.82 | - |
| YUV | 129.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 58 | 0 | 0.54 | 0.73 | 0.16 | 15.67 | 0.66 | 0.54 |
| Hex | D7 | 63 | 3A | 0 | 36 | 49 | 10 | 10 | 42 | 36 |
| Octal | 327 | 143 | 72 | 0 | 66 | 111 | 20 | 20 | 102 | 66 |
| Binary | 11010111 | 1100011 | 111010 | 0 | 110110 | 1001001 | 10000 | 10000 | 1000010 | 110110 |
Color Harmonies of #D7633A
Complementary color
Monochromatic Colors of #D7633A
Black with #D7633A
Text Example
Text Example
White with #D7633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7633A; }
p { color: rgb(215,99,58); }
H1.HeaderClassName
{
color: #D7633A;
}
.AnyTagClassName
{
color: #D7633A;
}
</style>
background-color css
<style>
a { background-color: #D7633A; }
a { background-color: rgb(215,99,58); }
div.DivClassName
{
background-color: #D7633A;
}
.BgClassName
{
background-color: #D7633A;
}
</style>
border-color css
<style>
span { border-color: #D7633A; }
span { border-color: rgb(215,99,58); }
td.TdClassName
{
border-color: #D7633A;
}
.TagClassName
{
border-color: #D7633A;
}
</style>