Shades of Persian Red #D33C35
Tints of Persian Red #D33C35
RGB
CMYK
RGB Variations
Color information
#D33C35 (or 0xD33C35) is known color: Persian Red. HEX triplet: D3, 3C and 35. RGB value is (211,60,53). Sum of RGB (Red+Green+Blue) = 211+60+53=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33C35 is #2CC3CA. Grayscale: #686868. Windows color (decimal): -2933707 or 3488979. OLE color: 3488979.
HSL color Cylindrical-coordinate representation of color #D33C35: hue angle of 2.66º 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 #D33C35 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 53 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.17 |
| HSL | 2.66º | 0.64% | 0.52% | - |
| HSV(B) | 2.66º | 0.75% | 0.83% | - |
| XYZ | 29.12 | 17.34 | 5.18 | - |
| YUV | 104.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 53 | 0 | 0.72 | 0.75 | 0.17 | 2.66 | 0.64 | 0.52 |
| Hex | D3 | 3C | 35 | 0 | 48 | 4B | 11 | 3 | 40 | 34 |
| Octal | 323 | 74 | 65 | 0 | 110 | 113 | 21 | 3 | 100 | 64 |
| Binary | 11010011 | 111100 | 110101 | 0 | 1001000 | 1001011 | 10001 | 11 | 1000000 | 110100 |
Color Harmonies of #D33C35
Complementary color
Monochromatic Colors of #D33C35
Black with #D33C35
Text Example
Text Example
White with #D33C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C35; }
p { color: rgb(211,60,53); }
H1.HeaderClassName
{
color: #D33C35;
}
.AnyTagClassName
{
color: #D33C35;
}
</style>
background-color css
<style>
a { background-color: #D33C35; }
a { background-color: rgb(211,60,53); }
div.DivClassName
{
background-color: #D33C35;
}
.BgClassName
{
background-color: #D33C35;
}
</style>
border-color css
<style>
span { border-color: #D33C35; }
span { border-color: rgb(211,60,53); }
td.TdClassName
{
border-color: #D33C35;
}
.TagClassName
{
border-color: #D33C35;
}
</style>