Shades of Burnt Sienna #DE7350
Tints of Burnt Sienna #DE7350
RGB
CMYK
RGB Variations
Color information
#DE7350 (or 0xDE7350) is known color: Burnt Sienna. HEX triplet: DE, 73 and 50. RGB value is (222,115,80). Sum of RGB (Red+Green+Blue) = 222+115+80=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7350 is #218CAF. Grayscale: #8F8F8F. Windows color (decimal): -2198704 or 5272542. OLE color: 5272542.
HSL color Cylindrical-coordinate representation of color #DE7350: hue angle of 14.79º 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 #DE7350 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 115 | 80 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.13 |
| HSL | 14.79º | 0.68% | 0.59% | - |
| HSV(B) | 14.79º | 0.64% | 0.87% | - |
| XYZ | 37.7 | 28.37 | 11.08 | - |
| YUV | 143 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 115 | 80 | 0 | 0.48 | 0.64 | 0.13 | 14.79 | 0.68 | 0.59 |
| Hex | DE | 73 | 50 | 0 | 30 | 40 | D | F | 44 | 3B |
| Octal | 336 | 163 | 120 | 0 | 60 | 100 | 15 | 17 | 104 | 73 |
| Binary | 11011110 | 1110011 | 1010000 | 0 | 110000 | 1000000 | 1101 | 1111 | 1000100 | 111011 |
Color Harmonies of #DE7350
Complementary color
Monochromatic Colors of #DE7350
Black with #DE7350
Text Example
Text Example
White with #DE7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7350; }
p { color: rgb(222,115,80); }
H1.HeaderClassName
{
color: #DE7350;
}
.AnyTagClassName
{
color: #DE7350;
}
</style>
background-color css
<style>
a { background-color: #DE7350; }
a { background-color: rgb(222,115,80); }
div.DivClassName
{
background-color: #DE7350;
}
.BgClassName
{
background-color: #DE7350;
}
</style>
border-color css
<style>
span { border-color: #DE7350; }
span { border-color: rgb(222,115,80); }
td.TdClassName
{
border-color: #DE7350;
}
.TagClassName
{
border-color: #DE7350;
}
</style>