Shades of Persian Red #D03430
Tints of Persian Red #D03430
RGB
CMYK
RGB Variations
Color information
#D03430 (or 0xD03430) is known color: Persian Red. HEX triplet: D0, 34 and 30. RGB value is (208,52,48). Sum of RGB (Red+Green+Blue) = 208+52+48=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D03430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03430 is #2FCBCF. Grayscale: #626262. Windows color (decimal): -3132368 or 3159248. OLE color: 3159248.
HSL color Cylindrical-coordinate representation of color #D03430: hue angle of 1.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03430 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 48 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.18 |
| HSL | 1.5º | 0.63% | 0.5% | - |
| HSV(B) | 1.5º | 0.77% | 0.82% | - |
| XYZ | 27.77 | 16.08 | 4.44 | - |
| YUV | 98.19 | 99.68 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 48 | 0 | 0.75 | 0.77 | 0.18 | 1.5 | 0.63 | 0.5 |
| Hex | D0 | 34 | 30 | 0 | 4B | 4D | 12 | 2 | 3F | 32 |
| Octal | 320 | 64 | 60 | 0 | 113 | 115 | 22 | 2 | 77 | 62 |
| Binary | 11010000 | 110100 | 110000 | 0 | 1001011 | 1001101 | 10010 | 10 | 111111 | 110010 |
Color Harmonies of #D03430
Complementary color
Monochromatic Colors of #D03430
Black with #D03430
Text Example
Text Example
White with #D03430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03430; }
p { color: rgb(208,52,48); }
H1.HeaderClassName
{
color: #D03430;
}
.AnyTagClassName
{
color: #D03430;
}
</style>
background-color css
<style>
a { background-color: #D03430; }
a { background-color: rgb(208,52,48); }
div.DivClassName
{
background-color: #D03430;
}
.BgClassName
{
background-color: #D03430;
}
</style>
border-color css
<style>
span { border-color: #D03430; }
span { border-color: rgb(208,52,48); }
td.TdClassName
{
border-color: #D03430;
}
.TagClassName
{
border-color: #D03430;
}
</style>