Shades of Persimmon #DC4503
Tints of Persimmon #DC4503
RGB
CMYK
RGB Variations
Color information
#DC4503 (or 0xDC4503) is known color: Persimmon. HEX triplet: DC, 45 and 03. RGB value is (220,69,3). Sum of RGB (Red+Green+Blue) = 220+69+3=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4503 is #23BAFC. Grayscale: #6B6B6B. Windows color (decimal): -2341629 or 214492. OLE color: 214492.
HSL color Cylindrical-coordinate representation of color #DC4503: hue angle of 18.25º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC4503 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.14 |
| HSL | 18.25º | 0.97% | 0.44% | - |
| HSV(B) | 18.25º | 0.99% | 0.86% | - |
| XYZ | 31.66 | 19.48 | 2.18 | - |
| YUV | 106.63 | 69.53 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 3 | 0 | 0.69 | 0.99 | 0.14 | 18.25 | 0.97 | 0.44 |
| Hex | DC | 45 | 3 | 0 | 45 | 63 | E | 12 | 61 | 2C |
| Octal | 334 | 105 | 3 | 0 | 105 | 143 | 16 | 22 | 141 | 54 |
| Binary | 11011100 | 1000101 | 11 | 0 | 1000101 | 1100011 | 1110 | 10010 | 1100001 | 101100 |
Color Harmonies of #DC4503
Complementary color
Monochromatic Colors of #DC4503
Black with #DC4503
Text Example
Text Example
White with #DC4503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4503; }
p { color: rgb(220,69,3); }
H1.HeaderClassName
{
color: #DC4503;
}
.AnyTagClassName
{
color: #DC4503;
}
</style>
background-color css
<style>
a { background-color: #DC4503; }
a { background-color: rgb(220,69,3); }
div.DivClassName
{
background-color: #DC4503;
}
.BgClassName
{
background-color: #DC4503;
}
</style>
border-color css
<style>
span { border-color: #DC4503; }
span { border-color: rgb(220,69,3); }
td.TdClassName
{
border-color: #DC4503;
}
.TagClassName
{
border-color: #DC4503;
}
</style>