Shades of Persian Red #D62421
Tints of Persian Red #D62421
RGB
CMYK
RGB Variations
Color information
#D62421 (or 0xD62421) is known color: Persian Red. HEX triplet: D6, 24 and 21. RGB value is (214,36,33). Sum of RGB (Red+Green+Blue) = 214+36+33=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D62421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62421 is #29DBDE. Grayscale: #595959. Windows color (decimal): -2743263 or 2172118. OLE color: 2172118.
HSL color Cylindrical-coordinate representation of color #D62421: hue angle of 0.99º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62421 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 33 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.16 |
| HSL | 0.99º | 0.73% | 0.48% | - |
| HSV(B) | 0.99º | 0.85% | 0.84% | - |
| XYZ | 28.64 | 15.67 | 2.95 | - |
| YUV | 88.88 | 96.47 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 33 | 0 | 0.83 | 0.85 | 0.16 | 0.99 | 0.73 | 0.48 |
| Hex | D6 | 24 | 21 | 0 | 53 | 55 | 10 | 1 | 49 | 30 |
| Octal | 326 | 44 | 41 | 0 | 123 | 125 | 20 | 1 | 111 | 60 |
| Binary | 11010110 | 100100 | 100001 | 0 | 1010011 | 1010101 | 10000 | 1 | 1001001 | 110000 |
Color Harmonies of #D62421
Complementary color
Monochromatic Colors of #D62421
Black with #D62421
Text Example
Text Example
White with #D62421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62421; }
p { color: rgb(214,36,33); }
H1.HeaderClassName
{
color: #D62421;
}
.AnyTagClassName
{
color: #D62421;
}
</style>
background-color css
<style>
a { background-color: #D62421; }
a { background-color: rgb(214,36,33); }
div.DivClassName
{
background-color: #D62421;
}
.BgClassName
{
background-color: #D62421;
}
</style>
border-color css
<style>
span { border-color: #D62421; }
span { border-color: rgb(214,36,33); }
td.TdClassName
{
border-color: #D62421;
}
.TagClassName
{
border-color: #D62421;
}
</style>