Shades of Persian Red #D6362A
Tints of Persian Red #D6362A
RGB
CMYK
RGB Variations
Color information
#D6362A (or 0xD6362A) is known color: Persian Red. HEX triplet: D6, 36 and 2A. RGB value is (214,54,42). Sum of RGB (Red+Green+Blue) = 214+54+42=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6362A is #29C9D5. Grayscale: #646464. Windows color (decimal): -2738646 or 2766550. OLE color: 2766550.
HSL color Cylindrical-coordinate representation of color #D6362A: hue angle of 4.19º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6362A is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 42 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.16 |
| HSL | 4.19º | 0.68% | 0.5% | - |
| HSV(B) | 4.19º | 0.8% | 0.84% | - |
| XYZ | 29.47 | 17.1 | 3.94 | - |
| YUV | 100.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 42 | 0 | 0.75 | 0.80 | 0.16 | 4.19 | 0.68 | 0.5 |
| Hex | D6 | 36 | 2A | 0 | 4B | 50 | 10 | 4 | 44 | 32 |
| Octal | 326 | 66 | 52 | 0 | 113 | 120 | 20 | 4 | 104 | 62 |
| Binary | 11010110 | 110110 | 101010 | 0 | 1001011 | 1010000 | 10000 | 100 | 1000100 | 110010 |
Color Harmonies of #D6362A
Complementary color
Monochromatic Colors of #D6362A
Black with #D6362A
Text Example
Text Example
White with #D6362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6362A; }
p { color: rgb(214,54,42); }
H1.HeaderClassName
{
color: #D6362A;
}
.AnyTagClassName
{
color: #D6362A;
}
</style>
background-color css
<style>
a { background-color: #D6362A; }
a { background-color: rgb(214,54,42); }
div.DivClassName
{
background-color: #D6362A;
}
.BgClassName
{
background-color: #D6362A;
}
</style>
border-color css
<style>
span { border-color: #D6362A; }
span { border-color: rgb(214,54,42); }
td.TdClassName
{
border-color: #D6362A;
}
.TagClassName
{
border-color: #D6362A;
}
</style>