Shades of Persian Red #D6302B
Tints of Persian Red #D6302B
RGB
CMYK
RGB Variations
Color information
#D6302B (or 0xD6302B) is known color: Persian Red. HEX triplet: D6, 30 and 2B. RGB value is (214,48,43). Sum of RGB (Red+Green+Blue) = 214+48+43=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D6302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6302B is #29CFD4. Grayscale: #616161. Windows color (decimal): -2740181 or 2830550. OLE color: 2830550.
HSL color Cylindrical-coordinate representation of color #D6302B: hue angle of 1.75º 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 #D6302B is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 43 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.16 |
| HSL | 1.75º | 0.68% | 0.5% | - |
| HSV(B) | 1.75º | 0.8% | 0.84% | - |
| XYZ | 29.22 | 16.58 | 3.95 | - |
| YUV | 97.06 | 97.5 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 43 | 0 | 0.78 | 0.80 | 0.16 | 1.75 | 0.68 | 0.5 |
| Hex | D6 | 30 | 2B | 0 | 4E | 50 | 10 | 2 | 44 | 32 |
| Octal | 326 | 60 | 53 | 0 | 116 | 120 | 20 | 2 | 104 | 62 |
| Binary | 11010110 | 110000 | 101011 | 0 | 1001110 | 1010000 | 10000 | 10 | 1000100 | 110010 |
Color Harmonies of #D6302B
Complementary color
Monochromatic Colors of #D6302B
Black with #D6302B
Text Example
Text Example
White with #D6302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6302B; }
p { color: rgb(214,48,43); }
H1.HeaderClassName
{
color: #D6302B;
}
.AnyTagClassName
{
color: #D6302B;
}
</style>
background-color css
<style>
a { background-color: #D6302B; }
a { background-color: rgb(214,48,43); }
div.DivClassName
{
background-color: #D6302B;
}
.BgClassName
{
background-color: #D6302B;
}
</style>
border-color css
<style>
span { border-color: #D6302B; }
span { border-color: rgb(214,48,43); }
td.TdClassName
{
border-color: #D6302B;
}
.TagClassName
{
border-color: #D6302B;
}
</style>