Shades of Persian Red #D3362B
Tints of Persian Red #D3362B
RGB
CMYK
RGB Variations
Color information
#D3362B (or 0xD3362B) is known color: Persian Red. HEX triplet: D3, 36 and 2B. RGB value is (211,54,43). Sum of RGB (Red+Green+Blue) = 211+54+43=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D3362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3362B is #2CC9D4. Grayscale: #636363. Windows color (decimal): -2935253 or 2832083. OLE color: 2832083.
HSL color Cylindrical-coordinate representation of color #D3362B: hue angle of 3.93º degrees, saturation: 0.66, 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 #D3362B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 43 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.17 |
| HSL | 3.93º | 0.66% | 0.5% | - |
| HSV(B) | 3.93º | 0.8% | 0.83% | - |
| XYZ | 28.62 | 16.66 | 3.99 | - |
| YUV | 99.69 | 96.01 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 43 | 0 | 0.74 | 0.80 | 0.17 | 3.93 | 0.66 | 0.5 |
| Hex | D3 | 36 | 2B | 0 | 4A | 50 | 11 | 4 | 42 | 32 |
| Octal | 323 | 66 | 53 | 0 | 112 | 120 | 21 | 4 | 102 | 62 |
| Binary | 11010011 | 110110 | 101011 | 0 | 1001010 | 1010000 | 10001 | 100 | 1000010 | 110010 |
Color Harmonies of #D3362B
Complementary color
Monochromatic Colors of #D3362B
Black with #D3362B
Text Example
Text Example
White with #D3362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3362B; }
p { color: rgb(211,54,43); }
H1.HeaderClassName
{
color: #D3362B;
}
.AnyTagClassName
{
color: #D3362B;
}
</style>
background-color css
<style>
a { background-color: #D3362B; }
a { background-color: rgb(211,54,43); }
div.DivClassName
{
background-color: #D3362B;
}
.BgClassName
{
background-color: #D3362B;
}
</style>
border-color css
<style>
span { border-color: #D3362B; }
span { border-color: rgb(211,54,43); }
td.TdClassName
{
border-color: #D3362B;
}
.TagClassName
{
border-color: #D3362B;
}
</style>