Shades of Persian Red #D33E35
Tints of Persian Red #D33E35
RGB
CMYK
RGB Variations
Color information
#D33E35 (or 0xD33E35) is known color: Persian Red. HEX triplet: D3, 3E and 35. RGB value is (211,62,53). Sum of RGB (Red+Green+Blue) = 211+62+53=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33E35 is #2CC1CA. Grayscale: #696969. Windows color (decimal): -2933195 or 3489491. OLE color: 3489491.
HSL color Cylindrical-coordinate representation of color #D33E35: hue angle of 3.42º 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 #D33E35 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 53 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.17 |
| HSL | 3.42º | 0.64% | 0.52% | - |
| HSV(B) | 3.42º | 0.75% | 0.83% | - |
| XYZ | 29.23 | 17.55 | 5.22 | - |
| YUV | 105.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 53 | 0 | 0.71 | 0.75 | 0.17 | 3.42 | 0.64 | 0.52 |
| Hex | D3 | 3E | 35 | 0 | 47 | 4B | 11 | 3 | 40 | 34 |
| Octal | 323 | 76 | 65 | 0 | 107 | 113 | 21 | 3 | 100 | 64 |
| Binary | 11010011 | 111110 | 110101 | 0 | 1000111 | 1001011 | 10001 | 11 | 1000000 | 110100 |
Color Harmonies of #D33E35
Complementary color
Monochromatic Colors of #D33E35
Black with #D33E35
Text Example
Text Example
White with #D33E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33E35; }
p { color: rgb(211,62,53); }
H1.HeaderClassName
{
color: #D33E35;
}
.AnyTagClassName
{
color: #D33E35;
}
</style>
background-color css
<style>
a { background-color: #D33E35; }
a { background-color: rgb(211,62,53); }
div.DivClassName
{
background-color: #D33E35;
}
.BgClassName
{
background-color: #D33E35;
}
</style>
border-color css
<style>
span { border-color: #D33E35; }
span { border-color: rgb(211,62,53); }
td.TdClassName
{
border-color: #D33E35;
}
.TagClassName
{
border-color: #D33E35;
}
</style>