Shades of Persian Red #DA2B28
Tints of Persian Red #DA2B28
RGB
CMYK
RGB Variations
Color information
#DA2B28 (or 0xDA2B28) is known color: Persian Red. HEX triplet: DA, 2B and 28. RGB value is (218,43,40). Sum of RGB (Red+Green+Blue) = 218+43+40=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B28 is #25D4D7. Grayscale: #5F5F5F. Windows color (decimal): -2479320 or 2632666. OLE color: 2632666.
HSL color Cylindrical-coordinate representation of color #DA2B28: hue angle of 1.01º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2B28 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 40 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.15 |
| HSL | 1.01º | 0.71% | 0.51% | - |
| HSV(B) | 1.01º | 0.82% | 0.85% | - |
| XYZ | 30.16 | 16.79 | 3.66 | - |
| YUV | 94.98 | 96.98 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 40 | 0 | 0.80 | 0.82 | 0.15 | 1.01 | 0.71 | 0.51 |
| Hex | DA | 2B | 28 | 0 | 50 | 52 | F | 1 | 47 | 33 |
| Octal | 332 | 53 | 50 | 0 | 120 | 122 | 17 | 1 | 107 | 63 |
| Binary | 11011010 | 101011 | 101000 | 0 | 1010000 | 1010010 | 1111 | 1 | 1000111 | 110011 |
Color Harmonies of #DA2B28
Complementary color
Monochromatic Colors of #DA2B28
Black with #DA2B28
Text Example
Text Example
White with #DA2B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2B28; }
p { color: rgb(218,43,40); }
H1.HeaderClassName
{
color: #DA2B28;
}
.AnyTagClassName
{
color: #DA2B28;
}
</style>
background-color css
<style>
a { background-color: #DA2B28; }
a { background-color: rgb(218,43,40); }
div.DivClassName
{
background-color: #DA2B28;
}
.BgClassName
{
background-color: #DA2B28;
}
</style>
border-color css
<style>
span { border-color: #DA2B28; }
span { border-color: rgb(218,43,40); }
td.TdClassName
{
border-color: #DA2B28;
}
.TagClassName
{
border-color: #DA2B28;
}
</style>