Shades of Persian Red #D32F2A
Tints of Persian Red #D32F2A
RGB
CMYK
RGB Variations
Color information
#D32F2A (or 0xD32F2A) is known color: Persian Red. HEX triplet: D3, 2F and 2A. RGB value is (211,47,42). Sum of RGB (Red+Green+Blue) = 211+47+42=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32F2A is #2CD0D5. Grayscale: #5F5F5F. Windows color (decimal): -2937046 or 2764755. OLE color: 2764755.
HSL color Cylindrical-coordinate representation of color #D32F2A: hue angle of 1.78º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32F2A is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 42 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.17 |
| HSL | 1.78º | 0.67% | 0.5% | - |
| HSV(B) | 1.78º | 0.8% | 0.83% | - |
| XYZ | 28.3 | 16.05 | 3.8 | - |
| YUV | 95.47 | 97.83 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 42 | 0 | 0.78 | 0.80 | 0.17 | 1.78 | 0.67 | 0.5 |
| Hex | D3 | 2F | 2A | 0 | 4E | 50 | 11 | 2 | 43 | 32 |
| Octal | 323 | 57 | 52 | 0 | 116 | 120 | 21 | 2 | 103 | 62 |
| Binary | 11010011 | 101111 | 101010 | 0 | 1001110 | 1010000 | 10001 | 10 | 1000011 | 110010 |
Color Harmonies of #D32F2A
Complementary color
Monochromatic Colors of #D32F2A
Black with #D32F2A
Text Example
Text Example
White with #D32F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32F2A; }
p { color: rgb(211,47,42); }
H1.HeaderClassName
{
color: #D32F2A;
}
.AnyTagClassName
{
color: #D32F2A;
}
</style>
background-color css
<style>
a { background-color: #D32F2A; }
a { background-color: rgb(211,47,42); }
div.DivClassName
{
background-color: #D32F2A;
}
.BgClassName
{
background-color: #D32F2A;
}
</style>
border-color css
<style>
span { border-color: #D32F2A; }
span { border-color: rgb(211,47,42); }
td.TdClassName
{
border-color: #D32F2A;
}
.TagClassName
{
border-color: #D32F2A;
}
</style>