Shades of Persian Red #DB2323
Tints of Persian Red #DB2323
RGB
CMYK
RGB Variations
Color information
#DB2323 (or 0xDB2323) is known color: Persian Red. HEX triplet: DB, 23 and 23. RGB value is (219,35,35). Sum of RGB (Red+Green+Blue) = 219+35+35=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2323 is #24DCDC. Grayscale: #5A5A5A. Windows color (decimal): -2415837 or 2302939. OLE color: 2302939.
HSL color Cylindrical-coordinate representation of color #DB2323: hue angle of 0º 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 #DB2323 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 35 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.14 |
| HSL | 0º | 0.72% | 0.5% | - |
| HSV(B) | 0º | 0.84% | 0.86% | - |
| XYZ | 30.12 | 16.38 | 3.17 | - |
| YUV | 90.02 | 96.96 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 35 | 0 | 0.84 | 0.84 | 0.14 | 0 | 0.72 | 0.5 |
| Hex | DB | 23 | 23 | 0 | 54 | 54 | E | 0 | 48 | 32 |
| Octal | 333 | 43 | 43 | 0 | 124 | 124 | 16 | 0 | 110 | 62 |
| Binary | 11011011 | 100011 | 100011 | 0 | 1010100 | 1010100 | 1110 | 0 | 1001000 | 110010 |
Color Harmonies of #DB2323
Complementary color
Monochromatic Colors of #DB2323
Black with #DB2323
Text Example
Text Example
White with #DB2323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2323; }
p { color: rgb(219,35,35); }
H1.HeaderClassName
{
color: #DB2323;
}
.AnyTagClassName
{
color: #DB2323;
}
</style>
background-color css
<style>
a { background-color: #DB2323; }
a { background-color: rgb(219,35,35); }
div.DivClassName
{
background-color: #DB2323;
}
.BgClassName
{
background-color: #DB2323;
}
</style>
border-color css
<style>
span { border-color: #DB2323; }
span { border-color: rgb(219,35,35); }
td.TdClassName
{
border-color: #DB2323;
}
.TagClassName
{
border-color: #DB2323;
}
</style>