Shades of Persian Red #DA2D28
Tints of Persian Red #DA2D28
RGB
CMYK
RGB Variations
Color information
#DA2D28 (or 0xDA2D28) is known color: Persian Red. HEX triplet: DA, 2D and 28. RGB value is (218,45,40). Sum of RGB (Red+Green+Blue) = 218+45+40=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2D28 is #25D2D7. Grayscale: #606060. Windows color (decimal): -2478808 or 2633178. OLE color: 2633178.
HSL color Cylindrical-coordinate representation of color #DA2D28: hue angle of 1.69º 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 #DA2D28 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 40 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.15 |
| HSL | 1.69º | 0.71% | 0.51% | - |
| HSV(B) | 1.69º | 0.82% | 0.85% | - |
| XYZ | 30.23 | 16.94 | 3.68 | - |
| YUV | 96.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 40 | 0 | 0.79 | 0.82 | 0.15 | 1.69 | 0.71 | 0.51 |
| Hex | DA | 2D | 28 | 0 | 4F | 52 | F | 2 | 47 | 33 |
| Octal | 332 | 55 | 50 | 0 | 117 | 122 | 17 | 2 | 107 | 63 |
| Binary | 11011010 | 101101 | 101000 | 0 | 1001111 | 1010010 | 1111 | 10 | 1000111 | 110011 |
Color Harmonies of #DA2D28
Complementary color
Monochromatic Colors of #DA2D28
Black with #DA2D28
Text Example
Text Example
White with #DA2D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D28; }
p { color: rgb(218,45,40); }
H1.HeaderClassName
{
color: #DA2D28;
}
.AnyTagClassName
{
color: #DA2D28;
}
</style>
background-color css
<style>
a { background-color: #DA2D28; }
a { background-color: rgb(218,45,40); }
div.DivClassName
{
background-color: #DA2D28;
}
.BgClassName
{
background-color: #DA2D28;
}
</style>
border-color css
<style>
span { border-color: #DA2D28; }
span { border-color: rgb(218,45,40); }
td.TdClassName
{
border-color: #DA2D28;
}
.TagClassName
{
border-color: #DA2D28;
}
</style>