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