Shades of Persian Red #D33525
Tints of Persian Red #D33525
RGB
CMYK
RGB Variations
Color information
#D33525 (or 0xD33525) is known color: Persian Red. HEX triplet: D3, 35 and 25. RGB value is (211,53,37). Sum of RGB (Red+Green+Blue) = 211+53+37=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D33525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33525 is #2CCADA. Grayscale: #626262. Windows color (decimal): -2935515 or 2438611. OLE color: 2438611.
HSL color Cylindrical-coordinate representation of color #D33525: hue angle of 5.52º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D33525 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 37 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.17 |
| HSL | 5.52º | 0.7% | 0.49% | - |
| HSV(B) | 5.52º | 0.82% | 0.83% | - |
| XYZ | 28.47 | 16.53 | 3.44 | - |
| YUV | 98.42 | 93.35 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 37 | 0 | 0.75 | 0.82 | 0.17 | 5.52 | 0.7 | 0.49 |
| Hex | D3 | 35 | 25 | 0 | 4B | 52 | 11 | 6 | 46 | 31 |
| Octal | 323 | 65 | 45 | 0 | 113 | 122 | 21 | 6 | 106 | 61 |
| Binary | 11010011 | 110101 | 100101 | 0 | 1001011 | 1010010 | 10001 | 110 | 1000110 | 110001 |
Color Harmonies of #D33525
Complementary color
Monochromatic Colors of #D33525
Black with #D33525
Text Example
Text Example
White with #D33525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33525; }
p { color: rgb(211,53,37); }
H1.HeaderClassName
{
color: #D33525;
}
.AnyTagClassName
{
color: #D33525;
}
</style>
background-color css
<style>
a { background-color: #D33525; }
a { background-color: rgb(211,53,37); }
div.DivClassName
{
background-color: #D33525;
}
.BgClassName
{
background-color: #D33525;
}
</style>
border-color css
<style>
span { border-color: #D33525; }
span { border-color: rgb(211,53,37); }
td.TdClassName
{
border-color: #D33525;
}
.TagClassName
{
border-color: #D33525;
}
</style>