Shades of Persian Red #D6302E
Tints of Persian Red #D6302E
RGB
CMYK
RGB Variations
Color information
#D6302E (or 0xD6302E) is known color: Persian Red. HEX triplet: D6, 30 and 2E. RGB value is (214,48,46). Sum of RGB (Red+Green+Blue) = 214+48+46=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6302E is #29CFD1. Grayscale: #616161. Windows color (decimal): -2740178 or 3027158. OLE color: 3027158.
HSL color Cylindrical-coordinate representation of color #D6302E: hue angle of 0.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6302E is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 46 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.16 |
| HSL | 0.71º | 0.67% | 0.51% | - |
| HSV(B) | 0.71º | 0.79% | 0.84% | - |
| XYZ | 29.28 | 16.61 | 4.25 | - |
| YUV | 97.41 | 99 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 46 | 0 | 0.78 | 0.79 | 0.16 | 0.71 | 0.67 | 0.51 |
| Hex | D6 | 30 | 2E | 0 | 4E | 4F | 10 | 1 | 43 | 33 |
| Octal | 326 | 60 | 56 | 0 | 116 | 117 | 20 | 1 | 103 | 63 |
| Binary | 11010110 | 110000 | 101110 | 0 | 1001110 | 1001111 | 10000 | 1 | 1000011 | 110011 |
Color Harmonies of #D6302E
Complementary color
Monochromatic Colors of #D6302E
Black with #D6302E
Text Example
Text Example
White with #D6302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6302E; }
p { color: rgb(214,48,46); }
H1.HeaderClassName
{
color: #D6302E;
}
.AnyTagClassName
{
color: #D6302E;
}
</style>
background-color css
<style>
a { background-color: #D6302E; }
a { background-color: rgb(214,48,46); }
div.DivClassName
{
background-color: #D6302E;
}
.BgClassName
{
background-color: #D6302E;
}
</style>
border-color css
<style>
span { border-color: #D6302E; }
span { border-color: rgb(214,48,46); }
td.TdClassName
{
border-color: #D6302E;
}
.TagClassName
{
border-color: #D6302E;
}
</style>