Shades of Persian Red #D03333
Tints of Persian Red #D03333
RGB
CMYK
RGB Variations
Color information
#D03333 (or 0xD03333) is known color: Persian Red. HEX triplet: D0, 33 and 33. RGB value is (208,51,51). Sum of RGB (Red+Green+Blue) = 208+51+51=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D03333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03333 is #2FCCCC. Grayscale: #626262. Windows color (decimal): -3132621 or 3355600. OLE color: 3355600.
HSL color Cylindrical-coordinate representation of color #D03333: hue angle of 0º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03333 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 51 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.18 |
| HSL | 0º | 0.63% | 0.51% | - |
| HSV(B) | 0º | 0.75% | 0.82% | - |
| XYZ | 27.79 | 16.02 | 4.76 | - |
| YUV | 97.94 | 101.51 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 51 | 0 | 0.75 | 0.75 | 0.18 | 0 | 0.63 | 0.51 |
| Hex | D0 | 33 | 33 | 0 | 4B | 4B | 12 | 0 | 3F | 33 |
| Octal | 320 | 63 | 63 | 0 | 113 | 113 | 22 | 0 | 77 | 63 |
| Binary | 11010000 | 110011 | 110011 | 0 | 1001011 | 1001011 | 10010 | 0 | 111111 | 110011 |
Color Harmonies of #D03333
Complementary color
Monochromatic Colors of #D03333
Black with #D03333
Text Example
Text Example
White with #D03333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03333; }
p { color: rgb(208,51,51); }
H1.HeaderClassName
{
color: #D03333;
}
.AnyTagClassName
{
color: #D03333;
}
</style>
background-color css
<style>
a { background-color: #D03333; }
a { background-color: rgb(208,51,51); }
div.DivClassName
{
background-color: #D03333;
}
.BgClassName
{
background-color: #D03333;
}
</style>
border-color css
<style>
span { border-color: #D03333; }
span { border-color: rgb(208,51,51); }
td.TdClassName
{
border-color: #D03333;
}
.TagClassName
{
border-color: #D03333;
}
</style>