Shades of Persian Red #D3362C
Tints of Persian Red #D3362C
RGB
CMYK
RGB Variations
Color information
#D3362C (or 0xD3362C) is known color: Persian Red. HEX triplet: D3, 36 and 2C. RGB value is (211,54,44). Sum of RGB (Red+Green+Blue) = 211+54+44=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D3362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3362C is #2CC9D3. Grayscale: #646464. Windows color (decimal): -2935252 or 2897619. OLE color: 2897619.
HSL color Cylindrical-coordinate representation of color #D3362C: hue angle of 3.59º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3362C is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 44 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.17 |
| HSL | 3.59º | 0.65% | 0.5% | - |
| HSV(B) | 3.59º | 0.79% | 0.83% | - |
| XYZ | 28.64 | 16.67 | 4.09 | - |
| YUV | 99.8 | 96.51 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 44 | 0 | 0.74 | 0.79 | 0.17 | 3.59 | 0.65 | 0.5 |
| Hex | D3 | 36 | 2C | 0 | 4A | 4F | 11 | 4 | 41 | 32 |
| Octal | 323 | 66 | 54 | 0 | 112 | 117 | 21 | 4 | 101 | 62 |
| Binary | 11010011 | 110110 | 101100 | 0 | 1001010 | 1001111 | 10001 | 100 | 1000001 | 110010 |
Color Harmonies of #D3362C
Complementary color
Monochromatic Colors of #D3362C
Black with #D3362C
Text Example
Text Example
White with #D3362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3362C; }
p { color: rgb(211,54,44); }
H1.HeaderClassName
{
color: #D3362C;
}
.AnyTagClassName
{
color: #D3362C;
}
</style>
background-color css
<style>
a { background-color: #D3362C; }
a { background-color: rgb(211,54,44); }
div.DivClassName
{
background-color: #D3362C;
}
.BgClassName
{
background-color: #D3362C;
}
</style>
border-color css
<style>
span { border-color: #D3362C; }
span { border-color: rgb(211,54,44); }
td.TdClassName
{
border-color: #D3362C;
}
.TagClassName
{
border-color: #D3362C;
}
</style>