Shades of Persian Red #D32F28
Tints of Persian Red #D32F28
RGB
CMYK
RGB Variations
Color information
#D32F28 (or 0xD32F28) is known color: Persian Red. HEX triplet: D3, 2F and 28. RGB value is (211,47,40). Sum of RGB (Red+Green+Blue) = 211+47+40=298 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.81% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32F28 is #2CD0D7. Grayscale: #5F5F5F. Windows color (decimal): -2937048 or 2633683. OLE color: 2633683.
HSL color Cylindrical-coordinate representation of color #D32F28: hue angle of 2.46º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32F28 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 40 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.17 |
| HSL | 2.46º | 0.68% | 0.49% | - |
| HSV(B) | 2.46º | 0.81% | 0.83% | - |
| XYZ | 28.26 | 16.04 | 3.61 | - |
| YUV | 95.24 | 96.83 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 40 | 0 | 0.78 | 0.81 | 0.17 | 2.46 | 0.68 | 0.49 |
| Hex | D3 | 2F | 28 | 0 | 4E | 51 | 11 | 2 | 44 | 31 |
| Octal | 323 | 57 | 50 | 0 | 116 | 121 | 21 | 2 | 104 | 61 |
| Binary | 11010011 | 101111 | 101000 | 0 | 1001110 | 1010001 | 10001 | 10 | 1000100 | 110001 |
Color Harmonies of #D32F28
Complementary color
Monochromatic Colors of #D32F28
Black with #D32F28
Text Example
Text Example
White with #D32F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32F28; }
p { color: rgb(211,47,40); }
H1.HeaderClassName
{
color: #D32F28;
}
.AnyTagClassName
{
color: #D32F28;
}
</style>
background-color css
<style>
a { background-color: #D32F28; }
a { background-color: rgb(211,47,40); }
div.DivClassName
{
background-color: #D32F28;
}
.BgClassName
{
background-color: #D32F28;
}
</style>
border-color css
<style>
span { border-color: #D32F28; }
span { border-color: rgb(211,47,40); }
td.TdClassName
{
border-color: #D32F28;
}
.TagClassName
{
border-color: #D32F28;
}
</style>