Shades of Persian Red #D33E27
Tints of Persian Red #D33E27
RGB
CMYK
RGB Variations
Color information
#D33E27 (or 0xD33E27) is known color: Persian Red. HEX triplet: D3, 3E and 27. RGB value is (211,62,39). Sum of RGB (Red+Green+Blue) = 211+62+39=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33E27 is #2CC1D8. Grayscale: #686868. Windows color (decimal): -2933209 or 2571987. OLE color: 2571987.
HSL color Cylindrical-coordinate representation of color #D33E27: hue angle of 8.02º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D33E27 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 39 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.17 |
| HSL | 8.02º | 0.69% | 0.49% | - |
| HSV(B) | 8.02º | 0.82% | 0.83% | - |
| XYZ | 28.95 | 17.44 | 3.76 | - |
| YUV | 103.93 | 91.36 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 39 | 0 | 0.71 | 0.82 | 0.17 | 8.02 | 0.69 | 0.49 |
| Hex | D3 | 3E | 27 | 0 | 47 | 52 | 11 | 8 | 45 | 31 |
| Octal | 323 | 76 | 47 | 0 | 107 | 122 | 21 | 10 | 105 | 61 |
| Binary | 11010011 | 111110 | 100111 | 0 | 1000111 | 1010010 | 10001 | 1000 | 1000101 | 110001 |
Color Harmonies of #D33E27
Complementary color
Monochromatic Colors of #D33E27
Black with #D33E27
Text Example
Text Example
White with #D33E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33E27; }
p { color: rgb(211,62,39); }
H1.HeaderClassName
{
color: #D33E27;
}
.AnyTagClassName
{
color: #D33E27;
}
</style>
background-color css
<style>
a { background-color: #D33E27; }
a { background-color: rgb(211,62,39); }
div.DivClassName
{
background-color: #D33E27;
}
.BgClassName
{
background-color: #D33E27;
}
</style>
border-color css
<style>
span { border-color: #D33E27; }
span { border-color: rgb(211,62,39); }
td.TdClassName
{
border-color: #D33E27;
}
.TagClassName
{
border-color: #D33E27;
}
</style>