Shades of Persian Red #D33122
Tints of Persian Red #D33122
RGB
CMYK
RGB Variations
Color information
#D33122 (or 0xD33122) is known color: Persian Red. HEX triplet: D3, 31 and 22. RGB value is (211,49,34). Sum of RGB (Red+Green+Blue) = 211+49+34=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D33122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33122 is #2CCEDD. Grayscale: #5F5F5F. Windows color (decimal): -2936542 or 2240979. OLE color: 2240979.
HSL color Cylindrical-coordinate representation of color #D33122: hue angle of 5.08º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D33122 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 34 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.17 |
| HSL | 5.08º | 0.72% | 0.48% | - |
| HSV(B) | 5.08º | 0.84% | 0.83% | - |
| XYZ | 28.25 | 16.16 | 3.14 | - |
| YUV | 95.73 | 93.17 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 34 | 0 | 0.77 | 0.84 | 0.17 | 5.08 | 0.72 | 0.48 |
| Hex | D3 | 31 | 22 | 0 | 4D | 54 | 11 | 5 | 48 | 30 |
| Octal | 323 | 61 | 42 | 0 | 115 | 124 | 21 | 5 | 110 | 60 |
| Binary | 11010011 | 110001 | 100010 | 0 | 1001101 | 1010100 | 10001 | 101 | 1001000 | 110000 |
Color Harmonies of #D33122
Complementary color
Monochromatic Colors of #D33122
Black with #D33122
Text Example
Text Example
White with #D33122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33122; }
p { color: rgb(211,49,34); }
H1.HeaderClassName
{
color: #D33122;
}
.AnyTagClassName
{
color: #D33122;
}
</style>
background-color css
<style>
a { background-color: #D33122; }
a { background-color: rgb(211,49,34); }
div.DivClassName
{
background-color: #D33122;
}
.BgClassName
{
background-color: #D33122;
}
</style>
border-color css
<style>
span { border-color: #D33122; }
span { border-color: rgb(211,49,34); }
td.TdClassName
{
border-color: #D33122;
}
.TagClassName
{
border-color: #D33122;
}
</style>