Shades of Persian Red #D33128
Tints of Persian Red #D33128
RGB
CMYK
RGB Variations
Color information
#D33128 (or 0xD33128) is known color: Persian Red. HEX triplet: D3, 31 and 28. RGB value is (211,49,40). Sum of RGB (Red+Green+Blue) = 211+49+40=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D33128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33128 is #2CCED7. Grayscale: #606060. Windows color (decimal): -2936536 or 2634195. OLE color: 2634195.
HSL color Cylindrical-coordinate representation of color #D33128: hue angle of 3.16º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D33128 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 40 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.17 |
| HSL | 3.16º | 0.68% | 0.49% | - |
| HSV(B) | 3.16º | 0.81% | 0.83% | - |
| XYZ | 28.35 | 16.2 | 3.64 | - |
| YUV | 96.41 | 96.17 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 40 | 0 | 0.77 | 0.81 | 0.17 | 3.16 | 0.68 | 0.49 |
| Hex | D3 | 31 | 28 | 0 | 4D | 51 | 11 | 3 | 44 | 31 |
| Octal | 323 | 61 | 50 | 0 | 115 | 121 | 21 | 3 | 104 | 61 |
| Binary | 11010011 | 110001 | 101000 | 0 | 1001101 | 1010001 | 10001 | 11 | 1000100 | 110001 |
Color Harmonies of #D33128
Complementary color
Monochromatic Colors of #D33128
Black with #D33128
Text Example
Text Example
White with #D33128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33128; }
p { color: rgb(211,49,40); }
H1.HeaderClassName
{
color: #D33128;
}
.AnyTagClassName
{
color: #D33128;
}
</style>
background-color css
<style>
a { background-color: #D33128; }
a { background-color: rgb(211,49,40); }
div.DivClassName
{
background-color: #D33128;
}
.BgClassName
{
background-color: #D33128;
}
</style>
border-color css
<style>
span { border-color: #D33128; }
span { border-color: rgb(211,49,40); }
td.TdClassName
{
border-color: #D33128;
}
.TagClassName
{
border-color: #D33128;
}
</style>