Shades of Persian Red #D33924
Tints of Persian Red #D33924
RGB
CMYK
RGB Variations
Color information
#D33924 (or 0xD33924) is known color: Persian Red. HEX triplet: D3, 39 and 24. RGB value is (211,57,36). Sum of RGB (Red+Green+Blue) = 211+57+36=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D33924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33924 is #2CC6DB. Grayscale: #646464. Windows color (decimal): -2934492 or 2374099. OLE color: 2374099.
HSL color Cylindrical-coordinate representation of color #D33924: hue angle of 7.2º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D33924 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 36 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.17 |
| HSL | 7.2º | 0.71% | 0.48% | - |
| HSV(B) | 7.2º | 0.83% | 0.83% | - |
| XYZ | 28.65 | 16.9 | 3.42 | - |
| YUV | 100.65 | 91.52 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 36 | 0 | 0.73 | 0.83 | 0.17 | 7.2 | 0.71 | 0.48 |
| Hex | D3 | 39 | 24 | 0 | 49 | 53 | 11 | 7 | 47 | 30 |
| Octal | 323 | 71 | 44 | 0 | 111 | 123 | 21 | 7 | 107 | 60 |
| Binary | 11010011 | 111001 | 100100 | 0 | 1001001 | 1010011 | 10001 | 111 | 1000111 | 110000 |
Color Harmonies of #D33924
Complementary color
Monochromatic Colors of #D33924
Black with #D33924
Text Example
Text Example
White with #D33924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33924; }
p { color: rgb(211,57,36); }
H1.HeaderClassName
{
color: #D33924;
}
.AnyTagClassName
{
color: #D33924;
}
</style>
background-color css
<style>
a { background-color: #D33924; }
a { background-color: rgb(211,57,36); }
div.DivClassName
{
background-color: #D33924;
}
.BgClassName
{
background-color: #D33924;
}
</style>
border-color css
<style>
span { border-color: #D33924; }
span { border-color: rgb(211,57,36); }
td.TdClassName
{
border-color: #D33924;
}
.TagClassName
{
border-color: #D33924;
}
</style>