Shades of Persian Red #D63428
Tints of Persian Red #D63428
RGB
CMYK
RGB Variations
Color information
#D63428 (or 0xD63428) is known color: Persian Red. HEX triplet: D6, 34 and 28. RGB value is (214,52,40). Sum of RGB (Red+Green+Blue) = 214+52+40=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D63428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63428 is #29CBD7. Grayscale: #636363. Windows color (decimal): -2739160 or 2634966. OLE color: 2634966.
HSL color Cylindrical-coordinate representation of color #D63428: hue angle of 4.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D63428 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 40 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.16 |
| HSL | 4.14º | 0.69% | 0.5% | - |
| HSV(B) | 4.14º | 0.81% | 0.84% | - |
| XYZ | 29.34 | 16.91 | 3.72 | - |
| YUV | 99.07 | 94.67 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 40 | 0 | 0.76 | 0.81 | 0.16 | 4.14 | 0.69 | 0.5 |
| Hex | D6 | 34 | 28 | 0 | 4C | 51 | 10 | 4 | 45 | 32 |
| Octal | 326 | 64 | 50 | 0 | 114 | 121 | 20 | 4 | 105 | 62 |
| Binary | 11010110 | 110100 | 101000 | 0 | 1001100 | 1010001 | 10000 | 100 | 1000101 | 110010 |
Color Harmonies of #D63428
Complementary color
Monochromatic Colors of #D63428
Black with #D63428
Text Example
Text Example
White with #D63428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63428; }
p { color: rgb(214,52,40); }
H1.HeaderClassName
{
color: #D63428;
}
.AnyTagClassName
{
color: #D63428;
}
</style>
background-color css
<style>
a { background-color: #D63428; }
a { background-color: rgb(214,52,40); }
div.DivClassName
{
background-color: #D63428;
}
.BgClassName
{
background-color: #D63428;
}
</style>
border-color css
<style>
span { border-color: #D63428; }
span { border-color: rgb(214,52,40); }
td.TdClassName
{
border-color: #D63428;
}
.TagClassName
{
border-color: #D63428;
}
</style>