Shades of Persian Red #D33938
Tints of Persian Red #D33938
RGB
CMYK
RGB Variations
Color information
#D33938 (or 0xD33938) is known color: Persian Red. HEX triplet: D3, 39 and 38. RGB value is (211,57,56). Sum of RGB (Red+Green+Blue) = 211+57+56=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D33938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33938 is #2CC6C7. Grayscale: #676767. Windows color (decimal): -2934472 or 3684819. OLE color: 3684819.
HSL color Cylindrical-coordinate representation of color #D33938: hue angle of 0.39º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33938 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 56 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.17 |
| HSL | 0.39º | 0.64% | 0.52% | - |
| HSV(B) | 0.39º | 0.73% | 0.83% | - |
| XYZ | 29.04 | 17.06 | 5.5 | - |
| YUV | 102.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 56 | 0 | 0.73 | 0.73 | 0.17 | 0.39 | 0.64 | 0.52 |
| Hex | D3 | 39 | 38 | 0 | 49 | 49 | 11 | 0 | 40 | 34 |
| Octal | 323 | 71 | 70 | 0 | 111 | 111 | 21 | 0 | 100 | 64 |
| Binary | 11010011 | 111001 | 111000 | 0 | 1001001 | 1001001 | 10001 | 0 | 1000000 | 110100 |
Color Harmonies of #D33938
Complementary color
Monochromatic Colors of #D33938
Black with #D33938
Text Example
Text Example
White with #D33938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33938; }
p { color: rgb(211,57,56); }
H1.HeaderClassName
{
color: #D33938;
}
.AnyTagClassName
{
color: #D33938;
}
</style>
background-color css
<style>
a { background-color: #D33938; }
a { background-color: rgb(211,57,56); }
div.DivClassName
{
background-color: #D33938;
}
.BgClassName
{
background-color: #D33938;
}
</style>
border-color css
<style>
span { border-color: #D33938; }
span { border-color: rgb(211,57,56); }
td.TdClassName
{
border-color: #D33938;
}
.TagClassName
{
border-color: #D33938;
}
</style>