Shades of Persian Red #D33A38
Tints of Persian Red #D33A38
RGB
CMYK
RGB Variations
Color information
#D33A38 (or 0xD33A38) is known color: Persian Red. HEX triplet: D3, 3A and 38. RGB value is (211,58,56). Sum of RGB (Red+Green+Blue) = 211+58+56=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33A38 is #2CC5C7. Grayscale: #676767. Windows color (decimal): -2934216 or 3685075. OLE color: 3685075.
HSL color Cylindrical-coordinate representation of color #D33A38: hue angle of 0.77º 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 #D33A38 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 56 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.17 |
| HSL | 0.77º | 0.64% | 0.52% | - |
| HSV(B) | 0.77º | 0.73% | 0.83% | - |
| XYZ | 29.09 | 17.16 | 5.52 | - |
| YUV | 103.52 | 101.19 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 56 | 0 | 0.73 | 0.73 | 0.17 | 0.77 | 0.64 | 0.52 |
| Hex | D3 | 3A | 38 | 0 | 49 | 49 | 11 | 1 | 40 | 34 |
| Octal | 323 | 72 | 70 | 0 | 111 | 111 | 21 | 1 | 100 | 64 |
| Binary | 11010011 | 111010 | 111000 | 0 | 1001001 | 1001001 | 10001 | 1 | 1000000 | 110100 |
Color Harmonies of #D33A38
Complementary color
Monochromatic Colors of #D33A38
Black with #D33A38
Text Example
Text Example
White with #D33A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33A38; }
p { color: rgb(211,58,56); }
H1.HeaderClassName
{
color: #D33A38;
}
.AnyTagClassName
{
color: #D33A38;
}
</style>
background-color css
<style>
a { background-color: #D33A38; }
a { background-color: rgb(211,58,56); }
div.DivClassName
{
background-color: #D33A38;
}
.BgClassName
{
background-color: #D33A38;
}
</style>
border-color css
<style>
span { border-color: #D33A38; }
span { border-color: rgb(211,58,56); }
td.TdClassName
{
border-color: #D33A38;
}
.TagClassName
{
border-color: #D33A38;
}
</style>