Shades of Persimmon #DC4103
Tints of Persimmon #DC4103
RGB
CMYK
RGB Variations
Color information
#DC4103 (or 0xDC4103) is known color: Persimmon. HEX triplet: DC, 41 and 03. RGB value is (220,65,3). Sum of RGB (Red+Green+Blue) = 220+65+3=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4103 is #23BEFC. Grayscale: #686868. Windows color (decimal): -2342653 or 213468. OLE color: 213468.
HSL color Cylindrical-coordinate representation of color #DC4103: hue angle of 17.14º 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 #DC4103 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.14 |
| HSL | 17.14º | 0.97% | 0.44% | - |
| HSV(B) | 17.14º | 0.99% | 0.86% | - |
| XYZ | 31.42 | 19 | 2.1 | - |
| YUV | 104.28 | 70.85 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 3 | 0 | 0.70 | 0.99 | 0.14 | 17.14 | 0.97 | 0.44 |
| Hex | DC | 41 | 3 | 0 | 46 | 63 | E | 11 | 61 | 2C |
| Octal | 334 | 101 | 3 | 0 | 106 | 143 | 16 | 21 | 141 | 54 |
| Binary | 11011100 | 1000001 | 11 | 0 | 1000110 | 1100011 | 1110 | 10001 | 1100001 | 101100 |
Color Harmonies of #DC4103
Complementary color
Monochromatic Colors of #DC4103
Black with #DC4103
Text Example
Text Example
White with #DC4103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4103; }
p { color: rgb(220,65,3); }
H1.HeaderClassName
{
color: #DC4103;
}
.AnyTagClassName
{
color: #DC4103;
}
</style>
background-color css
<style>
a { background-color: #DC4103; }
a { background-color: rgb(220,65,3); }
div.DivClassName
{
background-color: #DC4103;
}
.BgClassName
{
background-color: #DC4103;
}
</style>
border-color css
<style>
span { border-color: #DC4103; }
span { border-color: rgb(220,65,3); }
td.TdClassName
{
border-color: #DC4103;
}
.TagClassName
{
border-color: #DC4103;
}
</style>