Shades of Sunset #D04641
Tints of Sunset #D04641
RGB
CMYK
RGB Variations
Color information
#D04641 (or 0xD04641) is known color: Sunset. HEX triplet: D0, 46 and 41. RGB value is (208,70,65). Sum of RGB (Red+Green+Blue) = 208+70+65=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D04641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04641 is #2FB9BE. Grayscale: #6E6E6E. Windows color (decimal): -3127743 or 4277968. OLE color: 4277968.
HSL color Cylindrical-coordinate representation of color #D04641: hue angle of 2.1º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04641 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 65 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.18 |
| HSL | 2.1º | 0.6% | 0.54% | - |
| HSV(B) | 2.1º | 0.69% | 0.82% | - |
| XYZ | 29.16 | 18.17 | 6.97 | - |
| YUV | 110.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 65 | 0 | 0.66 | 0.69 | 0.18 | 2.1 | 0.6 | 0.54 |
| Hex | D0 | 46 | 41 | 0 | 42 | 45 | 12 | 2 | 3C | 36 |
| Octal | 320 | 106 | 101 | 0 | 102 | 105 | 22 | 2 | 74 | 66 |
| Binary | 11010000 | 1000110 | 1000001 | 0 | 1000010 | 1000101 | 10010 | 10 | 111100 | 110110 |
Color Harmonies of #D04641
Complementary color
Monochromatic Colors of #D04641
Black with #D04641
Text Example
Text Example
White with #D04641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04641; }
p { color: rgb(208,70,65); }
H1.HeaderClassName
{
color: #D04641;
}
.AnyTagClassName
{
color: #D04641;
}
</style>
background-color css
<style>
a { background-color: #D04641; }
a { background-color: rgb(208,70,65); }
div.DivClassName
{
background-color: #D04641;
}
.BgClassName
{
background-color: #D04641;
}
</style>
border-color css
<style>
span { border-color: #D04641; }
span { border-color: rgb(208,70,65); }
td.TdClassName
{
border-color: #D04641;
}
.TagClassName
{
border-color: #D04641;
}
</style>