Shades of Persian Red #D3302E
Tints of Persian Red #D3302E
RGB
CMYK
RGB Variations
Color information
#D3302E (or 0xD3302E) is known color: Persian Red. HEX triplet: D3, 30 and 2E. RGB value is (211,48,46). Sum of RGB (Red+Green+Blue) = 211+48+46=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D3302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3302E is #2CCFD1. Grayscale: #606060. Windows color (decimal): -2936786 or 3027155. OLE color: 3027155.
HSL color Cylindrical-coordinate representation of color #D3302E: hue angle of 0.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3302E is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 46 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.17 |
| HSL | 0.73º | 0.65% | 0.5% | - |
| HSV(B) | 0.73º | 0.78% | 0.83% | - |
| XYZ | 28.41 | 16.16 | 4.21 | - |
| YUV | 96.51 | 99.5 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 46 | 0 | 0.77 | 0.78 | 0.17 | 0.73 | 0.65 | 0.5 |
| Hex | D3 | 30 | 2E | 0 | 4D | 4E | 11 | 1 | 41 | 32 |
| Octal | 323 | 60 | 56 | 0 | 115 | 116 | 21 | 1 | 101 | 62 |
| Binary | 11010011 | 110000 | 101110 | 0 | 1001101 | 1001110 | 10001 | 1 | 1000001 | 110010 |
Color Harmonies of #D3302E
Complementary color
Monochromatic Colors of #D3302E
Black with #D3302E
Text Example
Text Example
White with #D3302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3302E; }
p { color: rgb(211,48,46); }
H1.HeaderClassName
{
color: #D3302E;
}
.AnyTagClassName
{
color: #D3302E;
}
</style>
background-color css
<style>
a { background-color: #D3302E; }
a { background-color: rgb(211,48,46); }
div.DivClassName
{
background-color: #D3302E;
}
.BgClassName
{
background-color: #D3302E;
}
</style>
border-color css
<style>
span { border-color: #D3302E; }
span { border-color: rgb(211,48,46); }
td.TdClassName
{
border-color: #D3302E;
}
.TagClassName
{
border-color: #D3302E;
}
</style>