Shades of Persian Red #D33734
Tints of Persian Red #D33734
RGB
CMYK
RGB Variations
Color information
#D33734 (or 0xD33734) is known color: Persian Red. HEX triplet: D3, 37 and 34. RGB value is (211,55,52). Sum of RGB (Red+Green+Blue) = 211+55+52=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D33734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33734 is #2CC8CB. Grayscale: #656565. Windows color (decimal): -2934988 or 3422163. OLE color: 3422163.
HSL color Cylindrical-coordinate representation of color #D33734: hue angle of 1.13º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33734 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 52 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.17 |
| HSL | 1.13º | 0.64% | 0.52% | - |
| HSV(B) | 1.13º | 0.75% | 0.83% | - |
| XYZ | 28.85 | 16.83 | 4.98 | - |
| YUV | 101.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 52 | 0 | 0.74 | 0.75 | 0.17 | 1.13 | 0.64 | 0.52 |
| Hex | D3 | 37 | 34 | 0 | 4A | 4B | 11 | 1 | 40 | 34 |
| Octal | 323 | 67 | 64 | 0 | 112 | 113 | 21 | 1 | 100 | 64 |
| Binary | 11010011 | 110111 | 110100 | 0 | 1001010 | 1001011 | 10001 | 1 | 1000000 | 110100 |
Color Harmonies of #D33734
Complementary color
Monochromatic Colors of #D33734
Black with #D33734
Text Example
Text Example
White with #D33734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33734; }
p { color: rgb(211,55,52); }
H1.HeaderClassName
{
color: #D33734;
}
.AnyTagClassName
{
color: #D33734;
}
</style>
background-color css
<style>
a { background-color: #D33734; }
a { background-color: rgb(211,55,52); }
div.DivClassName
{
background-color: #D33734;
}
.BgClassName
{
background-color: #D33734;
}
</style>
border-color css
<style>
span { border-color: #D33734; }
span { border-color: rgb(211,55,52); }
td.TdClassName
{
border-color: #D33734;
}
.TagClassName
{
border-color: #D33734;
}
</style>