Shades of Persian Red #DB2623
Tints of Persian Red #DB2623
RGB
CMYK
RGB Variations
Color information
#DB2623 (or 0xDB2623) is known color: Persian Red. HEX triplet: DB, 26 and 23. RGB value is (219,38,35). Sum of RGB (Red+Green+Blue) = 219+38+35=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2623 is #24D9DC. Grayscale: #5B5B5B. Windows color (decimal): -2415069 or 2303707. OLE color: 2303707.
HSL color Cylindrical-coordinate representation of color #DB2623: hue angle of 0.98º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2623 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 35 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.14 |
| HSL | 0.98º | 0.72% | 0.5% | - |
| HSV(B) | 0.98º | 0.84% | 0.86% | - |
| XYZ | 30.21 | 16.57 | 3.2 | - |
| YUV | 91.78 | 95.97 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 35 | 0 | 0.83 | 0.84 | 0.14 | 0.98 | 0.72 | 0.5 |
| Hex | DB | 26 | 23 | 0 | 53 | 54 | E | 1 | 48 | 32 |
| Octal | 333 | 46 | 43 | 0 | 123 | 124 | 16 | 1 | 110 | 62 |
| Binary | 11011011 | 100110 | 100011 | 0 | 1010011 | 1010100 | 1110 | 1 | 1001000 | 110010 |
Color Harmonies of #DB2623
Complementary color
Monochromatic Colors of #DB2623
Black with #DB2623
Text Example
Text Example
White with #DB2623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2623; }
p { color: rgb(219,38,35); }
H1.HeaderClassName
{
color: #DB2623;
}
.AnyTagClassName
{
color: #DB2623;
}
</style>
background-color css
<style>
a { background-color: #DB2623; }
a { background-color: rgb(219,38,35); }
div.DivClassName
{
background-color: #DB2623;
}
.BgClassName
{
background-color: #DB2623;
}
</style>
border-color css
<style>
span { border-color: #DB2623; }
span { border-color: rgb(219,38,35); }
td.TdClassName
{
border-color: #DB2623;
}
.TagClassName
{
border-color: #DB2623;
}
</style>