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