Shades of Persian Red #D24134
Tints of Persian Red #D24134
RGB
CMYK
RGB Variations
Color information
#D24134 (or 0xD24134) is known color: Persian Red. HEX triplet: D2, 41 and 34. RGB value is (210,65,52). Sum of RGB (Red+Green+Blue) = 210+65+52=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D24134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24134 is #2DBECB. Grayscale: #6B6B6B. Windows color (decimal): -2997964 or 3424722. OLE color: 3424722.
HSL color Cylindrical-coordinate representation of color #D24134: hue angle of 4.94º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D24134 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 52 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.18 |
| HSL | 4.94º | 0.64% | 0.51% | - |
| HSV(B) | 4.94º | 0.75% | 0.82% | - |
| XYZ | 29.09 | 17.73 | 5.14 | - |
| YUV | 106.87 | 97.04 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 52 | 0 | 0.69 | 0.75 | 0.18 | 4.94 | 0.64 | 0.51 |
| Hex | D2 | 41 | 34 | 0 | 45 | 4B | 12 | 5 | 40 | 33 |
| Octal | 322 | 101 | 64 | 0 | 105 | 113 | 22 | 5 | 100 | 63 |
| Binary | 11010010 | 1000001 | 110100 | 0 | 1000101 | 1001011 | 10010 | 101 | 1000000 | 110011 |
Color Harmonies of #D24134
Complementary color
Monochromatic Colors of #D24134
Black with #D24134
Text Example
Text Example
White with #D24134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24134; }
p { color: rgb(210,65,52); }
H1.HeaderClassName
{
color: #D24134;
}
.AnyTagClassName
{
color: #D24134;
}
</style>
background-color css
<style>
a { background-color: #D24134; }
a { background-color: rgb(210,65,52); }
div.DivClassName
{
background-color: #D24134;
}
.BgClassName
{
background-color: #D24134;
}
</style>
border-color css
<style>
span { border-color: #D24134; }
span { border-color: rgb(210,65,52); }
td.TdClassName
{
border-color: #D24134;
}
.TagClassName
{
border-color: #D24134;
}
</style>