Shades of Persian Red #D3362A
Tints of Persian Red #D3362A
RGB
CMYK
RGB Variations
Color information
#D3362A (or 0xD3362A) is known color: Persian Red. HEX triplet: D3, 36 and 2A. RGB value is (211,54,42). Sum of RGB (Red+Green+Blue) = 211+54+42=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3362A is #2CC9D5. Grayscale: #636363. Windows color (decimal): -2935254 or 2766547. OLE color: 2766547.
HSL color Cylindrical-coordinate representation of color #D3362A: hue angle of 4.26º 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 #D3362A is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 42 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.17 |
| HSL | 4.26º | 0.67% | 0.5% | - |
| HSV(B) | 4.26º | 0.8% | 0.83% | - |
| XYZ | 28.6 | 16.65 | 3.9 | - |
| YUV | 99.58 | 95.51 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 42 | 0 | 0.74 | 0.80 | 0.17 | 4.26 | 0.67 | 0.5 |
| Hex | D3 | 36 | 2A | 0 | 4A | 50 | 11 | 4 | 43 | 32 |
| Octal | 323 | 66 | 52 | 0 | 112 | 120 | 21 | 4 | 103 | 62 |
| Binary | 11010011 | 110110 | 101010 | 0 | 1001010 | 1010000 | 10001 | 100 | 1000011 | 110010 |
Color Harmonies of #D3362A
Complementary color
Monochromatic Colors of #D3362A
Black with #D3362A
Text Example
Text Example
White with #D3362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3362A; }
p { color: rgb(211,54,42); }
H1.HeaderClassName
{
color: #D3362A;
}
.AnyTagClassName
{
color: #D3362A;
}
</style>
background-color css
<style>
a { background-color: #D3362A; }
a { background-color: rgb(211,54,42); }
div.DivClassName
{
background-color: #D3362A;
}
.BgClassName
{
background-color: #D3362A;
}
</style>
border-color css
<style>
span { border-color: #D3362A; }
span { border-color: rgb(211,54,42); }
td.TdClassName
{
border-color: #D3362A;
}
.TagClassName
{
border-color: #D3362A;
}
</style>