Shades of Persian Red #D03833
Tints of Persian Red #D03833
RGB
CMYK
RGB Variations
Color information
#D03833 (or 0xD03833) is known color: Persian Red. HEX triplet: D0, 38 and 33. RGB value is (208,56,51). Sum of RGB (Red+Green+Blue) = 208+56+51=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D03833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03833 is #2FC7CC. Grayscale: #656565. Windows color (decimal): -3131341 or 3356880. OLE color: 3356880.
HSL color Cylindrical-coordinate representation of color #D03833: hue angle of 1.91º 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 #D03833 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 51 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.18 |
| HSL | 1.91º | 0.63% | 0.51% | - |
| HSV(B) | 1.91º | 0.75% | 0.82% | - |
| XYZ | 28.02 | 16.48 | 4.84 | - |
| YUV | 100.88 | 99.86 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 51 | 0 | 0.73 | 0.75 | 0.18 | 1.91 | 0.63 | 0.51 |
| Hex | D0 | 38 | 33 | 0 | 49 | 4B | 12 | 2 | 3F | 33 |
| Octal | 320 | 70 | 63 | 0 | 111 | 113 | 22 | 2 | 77 | 63 |
| Binary | 11010000 | 111000 | 110011 | 0 | 1001001 | 1001011 | 10010 | 10 | 111111 | 110011 |
Color Harmonies of #D03833
Complementary color
Monochromatic Colors of #D03833
Black with #D03833
Text Example
Text Example
White with #D03833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03833; }
p { color: rgb(208,56,51); }
H1.HeaderClassName
{
color: #D03833;
}
.AnyTagClassName
{
color: #D03833;
}
</style>
background-color css
<style>
a { background-color: #D03833; }
a { background-color: rgb(208,56,51); }
div.DivClassName
{
background-color: #D03833;
}
.BgClassName
{
background-color: #D03833;
}
</style>
border-color css
<style>
span { border-color: #D03833; }
span { border-color: rgb(208,56,51); }
td.TdClassName
{
border-color: #D03833;
}
.TagClassName
{
border-color: #D03833;
}
</style>