Shades of Persian Red #DB302D
Tints of Persian Red #DB302D
RGB
CMYK
RGB Variations
Color information
#DB302D (or 0xDB302D) is known color: Persian Red. HEX triplet: DB, 30 and 2D. RGB value is (219,48,45). Sum of RGB (Red+Green+Blue) = 219+48+45=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB302D is #24CFD2. Grayscale: #626262. Windows color (decimal): -2412499 or 2961627. OLE color: 2961627.
HSL color Cylindrical-coordinate representation of color #DB302D: hue angle of 1.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB302D is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 45 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.14 |
| HSL | 1.03º | 0.71% | 0.52% | - |
| HSV(B) | 1.03º | 0.79% | 0.86% | - |
| XYZ | 30.74 | 17.36 | 4.21 | - |
| YUV | 98.79 | 97.65 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 45 | 0 | 0.78 | 0.79 | 0.14 | 1.03 | 0.71 | 0.52 |
| Hex | DB | 30 | 2D | 0 | 4E | 4F | E | 1 | 47 | 34 |
| Octal | 333 | 60 | 55 | 0 | 116 | 117 | 16 | 1 | 107 | 64 |
| Binary | 11011011 | 110000 | 101101 | 0 | 1001110 | 1001111 | 1110 | 1 | 1000111 | 110100 |
Color Harmonies of #DB302D
Complementary color
Monochromatic Colors of #DB302D
Black with #DB302D
Text Example
Text Example
White with #DB302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB302D; }
p { color: rgb(219,48,45); }
H1.HeaderClassName
{
color: #DB302D;
}
.AnyTagClassName
{
color: #DB302D;
}
</style>
background-color css
<style>
a { background-color: #DB302D; }
a { background-color: rgb(219,48,45); }
div.DivClassName
{
background-color: #DB302D;
}
.BgClassName
{
background-color: #DB302D;
}
</style>
border-color css
<style>
span { border-color: #DB302D; }
span { border-color: rgb(219,48,45); }
td.TdClassName
{
border-color: #DB302D;
}
.TagClassName
{
border-color: #DB302D;
}
</style>