Shades of Persian Red #D8302A
Tints of Persian Red #D8302A
RGB
CMYK
RGB Variations
Color information
#D8302A (or 0xD8302A) is known color: Persian Red. HEX triplet: D8, 30 and 2A. RGB value is (216,48,42). Sum of RGB (Red+Green+Blue) = 216+48+42=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D8302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8302A is #27CFD5. Grayscale: #616161. Windows color (decimal): -2609110 or 2765016. OLE color: 2765016.
HSL color Cylindrical-coordinate representation of color #D8302A: hue angle of 2.07º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8302A is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 42 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.15 |
| HSL | 2.07º | 0.69% | 0.51% | - |
| HSV(B) | 2.07º | 0.81% | 0.85% | - |
| XYZ | 29.79 | 16.88 | 3.88 | - |
| YUV | 97.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 42 | 0 | 0.78 | 0.81 | 0.15 | 2.07 | 0.69 | 0.51 |
| Hex | D8 | 30 | 2A | 0 | 4E | 51 | F | 2 | 45 | 33 |
| Octal | 330 | 60 | 52 | 0 | 116 | 121 | 17 | 2 | 105 | 63 |
| Binary | 11011000 | 110000 | 101010 | 0 | 1001110 | 1010001 | 1111 | 10 | 1000101 | 110011 |
Color Harmonies of #D8302A
Complementary color
Monochromatic Colors of #D8302A
Black with #D8302A
Text Example
Text Example
White with #D8302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8302A; }
p { color: rgb(216,48,42); }
H1.HeaderClassName
{
color: #D8302A;
}
.AnyTagClassName
{
color: #D8302A;
}
</style>
background-color css
<style>
a { background-color: #D8302A; }
a { background-color: rgb(216,48,42); }
div.DivClassName
{
background-color: #D8302A;
}
.BgClassName
{
background-color: #D8302A;
}
</style>
border-color css
<style>
span { border-color: #D8302A; }
span { border-color: rgb(216,48,42); }
td.TdClassName
{
border-color: #D8302A;
}
.TagClassName
{
border-color: #D8302A;
}
</style>