Shades of Persian Red #D33030
Tints of Persian Red #D33030
RGB
CMYK
RGB Variations
Color information
#D33030 (or 0xD33030) is known color: Persian Red. HEX triplet: D3, 30 and 30. RGB value is (211,48,48). Sum of RGB (Red+Green+Blue) = 211+48+48=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D33030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33030 is #2CCFCF. Grayscale: #606060. Windows color (decimal): -2936784 or 3158227. OLE color: 3158227.
HSL color Cylindrical-coordinate representation of color #D33030: hue angle of 0º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33030 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 48 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.17 |
| HSL | 0º | 0.65% | 0.51% | - |
| HSV(B) | 0º | 0.77% | 0.83% | - |
| XYZ | 28.45 | 16.18 | 4.42 | - |
| YUV | 96.74 | 100.5 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 48 | 0 | 0.77 | 0.77 | 0.17 | 0 | 0.65 | 0.51 |
| Hex | D3 | 30 | 30 | 0 | 4D | 4D | 11 | 0 | 41 | 33 |
| Octal | 323 | 60 | 60 | 0 | 115 | 115 | 21 | 0 | 101 | 63 |
| Binary | 11010011 | 110000 | 110000 | 0 | 1001101 | 1001101 | 10001 | 0 | 1000001 | 110011 |
Color Harmonies of #D33030
Complementary color
Monochromatic Colors of #D33030
Black with #D33030
Text Example
Text Example
White with #D33030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33030; }
p { color: rgb(211,48,48); }
H1.HeaderClassName
{
color: #D33030;
}
.AnyTagClassName
{
color: #D33030;
}
</style>
background-color css
<style>
a { background-color: #D33030; }
a { background-color: rgb(211,48,48); }
div.DivClassName
{
background-color: #D33030;
}
.BgClassName
{
background-color: #D33030;
}
</style>
border-color css
<style>
span { border-color: #D33030; }
span { border-color: rgb(211,48,48); }
td.TdClassName
{
border-color: #D33030;
}
.TagClassName
{
border-color: #D33030;
}
</style>