Shades of Persian Red #DC3430
Tints of Persian Red #DC3430
RGB
CMYK
RGB Variations
Color information
#DC3430 (or 0xDC3430) is known color: Persian Red. HEX triplet: DC, 34 and 30. RGB value is (220,52,48). Sum of RGB (Red+Green+Blue) = 220+52+48=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3430 is #23CBCF. Grayscale: #656565. Windows color (decimal): -2345936 or 3159260. OLE color: 3159260.
HSL color Cylindrical-coordinate representation of color #DC3430: hue angle of 1.4º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3430 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 48 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.14 |
| HSL | 1.4º | 0.71% | 0.53% | - |
| HSV(B) | 1.4º | 0.78% | 0.86% | - |
| XYZ | 31.28 | 17.89 | 4.6 | - |
| YUV | 101.78 | 97.66 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 48 | 0 | 0.76 | 0.78 | 0.14 | 1.4 | 0.71 | 0.53 |
| Hex | DC | 34 | 30 | 0 | 4C | 4E | E | 1 | 47 | 35 |
| Octal | 334 | 64 | 60 | 0 | 114 | 116 | 16 | 1 | 107 | 65 |
| Binary | 11011100 | 110100 | 110000 | 0 | 1001100 | 1001110 | 1110 | 1 | 1000111 | 110101 |
Color Harmonies of #DC3430
Complementary color
Monochromatic Colors of #DC3430
Black with #DC3430
Text Example
Text Example
White with #DC3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3430; }
p { color: rgb(220,52,48); }
H1.HeaderClassName
{
color: #DC3430;
}
.AnyTagClassName
{
color: #DC3430;
}
</style>
background-color css
<style>
a { background-color: #DC3430; }
a { background-color: rgb(220,52,48); }
div.DivClassName
{
background-color: #DC3430;
}
.BgClassName
{
background-color: #DC3430;
}
</style>
border-color css
<style>
span { border-color: #DC3430; }
span { border-color: rgb(220,52,48); }
td.TdClassName
{
border-color: #DC3430;
}
.TagClassName
{
border-color: #DC3430;
}
</style>