Shades of Persian Red #D33534
Tints of Persian Red #D33534
RGB
CMYK
RGB Variations
Color information
#D33534 (or 0xD33534) is known color: Persian Red. HEX triplet: D3, 35 and 34. RGB value is (211,53,52). Sum of RGB (Red+Green+Blue) = 211+53+52=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D33534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33534 is #2CCACB. Grayscale: #646464. Windows color (decimal): -2935500 or 3421651. OLE color: 3421651.
HSL color Cylindrical-coordinate representation of color #D33534: hue angle of 0.38º 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 #D33534 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 52 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.17 |
| HSL | 0.38º | 0.64% | 0.52% | - |
| HSV(B) | 0.38º | 0.75% | 0.83% | - |
| XYZ | 28.76 | 16.64 | 4.95 | - |
| YUV | 100.13 | 100.85 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 52 | 0 | 0.75 | 0.75 | 0.17 | 0.38 | 0.64 | 0.52 |
| Hex | D3 | 35 | 34 | 0 | 4B | 4B | 11 | 0 | 40 | 34 |
| Octal | 323 | 65 | 64 | 0 | 113 | 113 | 21 | 0 | 100 | 64 |
| Binary | 11010011 | 110101 | 110100 | 0 | 1001011 | 1001011 | 10001 | 0 | 1000000 | 110100 |
Color Harmonies of #D33534
Complementary color
Monochromatic Colors of #D33534
Black with #D33534
Text Example
Text Example
White with #D33534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33534; }
p { color: rgb(211,53,52); }
H1.HeaderClassName
{
color: #D33534;
}
.AnyTagClassName
{
color: #D33534;
}
</style>
background-color css
<style>
a { background-color: #D33534; }
a { background-color: rgb(211,53,52); }
div.DivClassName
{
background-color: #D33534;
}
.BgClassName
{
background-color: #D33534;
}
</style>
border-color css
<style>
span { border-color: #D33534; }
span { border-color: rgb(211,53,52); }
td.TdClassName
{
border-color: #D33534;
}
.TagClassName
{
border-color: #D33534;
}
</style>