Shades of Persian Red #D33632
Tints of Persian Red #D33632
RGB
CMYK
RGB Variations
Color information
#D33632 (or 0xD33632) is known color: Persian Red. HEX triplet: D3, 36 and 32. RGB value is (211,54,50). Sum of RGB (Red+Green+Blue) = 211+54+50=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D33632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33632 is #2CC9CD. Grayscale: #646464. Windows color (decimal): -2935246 or 3290835. OLE color: 3290835.
HSL color Cylindrical-coordinate representation of color #D33632: hue angle of 1.49º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33632 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 50 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.17 |
| HSL | 1.49º | 0.65% | 0.51% | - |
| HSV(B) | 1.49º | 0.76% | 0.83% | - |
| XYZ | 28.76 | 16.72 | 4.73 | - |
| YUV | 100.49 | 99.51 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 50 | 0 | 0.74 | 0.76 | 0.17 | 1.49 | 0.65 | 0.51 |
| Hex | D3 | 36 | 32 | 0 | 4A | 4C | 11 | 1 | 41 | 33 |
| Octal | 323 | 66 | 62 | 0 | 112 | 114 | 21 | 1 | 101 | 63 |
| Binary | 11010011 | 110110 | 110010 | 0 | 1001010 | 1001100 | 10001 | 1 | 1000001 | 110011 |
Color Harmonies of #D33632
Complementary color
Monochromatic Colors of #D33632
Black with #D33632
Text Example
Text Example
White with #D33632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33632; }
p { color: rgb(211,54,50); }
H1.HeaderClassName
{
color: #D33632;
}
.AnyTagClassName
{
color: #D33632;
}
</style>
background-color css
<style>
a { background-color: #D33632; }
a { background-color: rgb(211,54,50); }
div.DivClassName
{
background-color: #D33632;
}
.BgClassName
{
background-color: #D33632;
}
</style>
border-color css
<style>
span { border-color: #D33632; }
span { border-color: rgb(211,54,50); }
td.TdClassName
{
border-color: #D33632;
}
.TagClassName
{
border-color: #D33632;
}
</style>