Shades of Persimmon #DC4301
Tints of Persimmon #DC4301
RGB
CMYK
RGB Variations
Color information
#DC4301 (or 0xDC4301) is known color: Persimmon. HEX triplet: DC, 43 and 01. RGB value is (220,67,1). Sum of RGB (Red+Green+Blue) = 220+67+1=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4301 is #23BCFE. Grayscale: #696969. Windows color (decimal): -2342143 or 82908. OLE color: 82908.
HSL color Cylindrical-coordinate representation of color #DC4301: hue angle of 18.08º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC4301 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.14 |
| HSL | 18.08º | 0.99% | 0.43% | - |
| HSV(B) | 18.08º | 1% | 0.86% | - |
| XYZ | 31.53 | 19.23 | 2.08 | - |
| YUV | 105.22 | 69.19 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 1 | 0 | 0.70 | 1.00 | 0.14 | 18.08 | 0.99 | 0.43 |
| Hex | DC | 43 | 1 | 0 | 46 | 64 | E | 12 | 63 | 2B |
| Octal | 334 | 103 | 1 | 0 | 106 | 144 | 16 | 22 | 143 | 53 |
| Binary | 11011100 | 1000011 | 1 | 0 | 1000110 | 1100100 | 1110 | 10010 | 1100011 | 101011 |
Color Harmonies of #DC4301
Complementary color
Monochromatic Colors of #DC4301
Black with #DC4301
Text Example
Text Example
White with #DC4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4301; }
p { color: rgb(220,67,1); }
H1.HeaderClassName
{
color: #DC4301;
}
.AnyTagClassName
{
color: #DC4301;
}
</style>
background-color css
<style>
a { background-color: #DC4301; }
a { background-color: rgb(220,67,1); }
div.DivClassName
{
background-color: #DC4301;
}
.BgClassName
{
background-color: #DC4301;
}
</style>
border-color css
<style>
span { border-color: #DC4301; }
span { border-color: rgb(220,67,1); }
td.TdClassName
{
border-color: #DC4301;
}
.TagClassName
{
border-color: #DC4301;
}
</style>