Shades of Burnt Sienna #DE7250
Tints of Burnt Sienna #DE7250
RGB
CMYK
RGB Variations
Color information
#DE7250 (or 0xDE7250) is known color: Burnt Sienna. HEX triplet: DE, 72 and 50. RGB value is (222,114,80). Sum of RGB (Red+Green+Blue) = 222+114+80=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7250 is #218DAF. Grayscale: #8E8E8E. Windows color (decimal): -2198960 or 5272286. OLE color: 5272286.
HSL color Cylindrical-coordinate representation of color #DE7250: hue angle of 14.37º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE7250 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 114 | 80 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.13 |
| HSL | 14.37º | 0.68% | 0.59% | - |
| HSV(B) | 14.37º | 0.64% | 0.87% | - |
| XYZ | 37.59 | 28.14 | 11.04 | - |
| YUV | 142.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 114 | 80 | 0 | 0.49 | 0.64 | 0.13 | 14.37 | 0.68 | 0.59 |
| Hex | DE | 72 | 50 | 0 | 31 | 40 | D | E | 44 | 3B |
| Octal | 336 | 162 | 120 | 0 | 61 | 100 | 15 | 16 | 104 | 73 |
| Binary | 11011110 | 1110010 | 1010000 | 0 | 110001 | 1000000 | 1101 | 1110 | 1000100 | 111011 |
Color Harmonies of #DE7250
Complementary color
Monochromatic Colors of #DE7250
Black with #DE7250
Text Example
Text Example
White with #DE7250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7250; }
p { color: rgb(222,114,80); }
H1.HeaderClassName
{
color: #DE7250;
}
.AnyTagClassName
{
color: #DE7250;
}
</style>
background-color css
<style>
a { background-color: #DE7250; }
a { background-color: rgb(222,114,80); }
div.DivClassName
{
background-color: #DE7250;
}
.BgClassName
{
background-color: #DE7250;
}
</style>
border-color css
<style>
span { border-color: #DE7250; }
span { border-color: rgb(222,114,80); }
td.TdClassName
{
border-color: #DE7250;
}
.TagClassName
{
border-color: #DE7250;
}
</style>