Shades of Persian Red #DB342B
Tints of Persian Red #DB342B
RGB
CMYK
RGB Variations
Color information
#DB342B (or 0xDB342B) is known color: Persian Red. HEX triplet: DB, 34 and 2B. RGB value is (219,52,43). Sum of RGB (Red+Green+Blue) = 219+52+43=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB342B is #24CBD4. Grayscale: #656565. Windows color (decimal): -2411477 or 2831579. OLE color: 2831579.
HSL color Cylindrical-coordinate representation of color #DB342B: hue angle of 3.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB342B is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 43 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.14 |
| HSL | 3.07º | 0.71% | 0.51% | - |
| HSV(B) | 3.07º | 0.8% | 0.86% | - |
| XYZ | 30.88 | 17.69 | 4.07 | - |
| YUV | 100.91 | 95.33 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 43 | 0 | 0.76 | 0.80 | 0.14 | 3.07 | 0.71 | 0.51 |
| Hex | DB | 34 | 2B | 0 | 4C | 50 | E | 3 | 47 | 33 |
| Octal | 333 | 64 | 53 | 0 | 114 | 120 | 16 | 3 | 107 | 63 |
| Binary | 11011011 | 110100 | 101011 | 0 | 1001100 | 1010000 | 1110 | 11 | 1000111 | 110011 |
Color Harmonies of #DB342B
Complementary color
Monochromatic Colors of #DB342B
Black with #DB342B
Text Example
Text Example
White with #DB342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB342B; }
p { color: rgb(219,52,43); }
H1.HeaderClassName
{
color: #DB342B;
}
.AnyTagClassName
{
color: #DB342B;
}
</style>
background-color css
<style>
a { background-color: #DB342B; }
a { background-color: rgb(219,52,43); }
div.DivClassName
{
background-color: #DB342B;
}
.BgClassName
{
background-color: #DB342B;
}
</style>
border-color css
<style>
span { border-color: #DB342B; }
span { border-color: rgb(219,52,43); }
td.TdClassName
{
border-color: #DB342B;
}
.TagClassName
{
border-color: #DB342B;
}
</style>