Shades of Persian Red #DA2F2B
Tints of Persian Red #DA2F2B
RGB
CMYK
RGB Variations
Color information
#DA2F2B (or 0xDA2F2B) is known color: Persian Red. HEX triplet: DA, 2F and 2B. RGB value is (218,47,43). Sum of RGB (Red+Green+Blue) = 218+47+43=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F2B is #25D0D4. Grayscale: #616161. Windows color (decimal): -2478293 or 2830298. OLE color: 2830298.
HSL color Cylindrical-coordinate representation of color #DA2F2B: hue angle of 1.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2F2B is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 43 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.15 |
| HSL | 1.37º | 0.7% | 0.51% | - |
| HSV(B) | 1.37º | 0.8% | 0.85% | - |
| XYZ | 30.37 | 17.11 | 3.99 | - |
| YUV | 97.67 | 97.15 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 43 | 0 | 0.78 | 0.80 | 0.15 | 1.37 | 0.7 | 0.51 |
| Hex | DA | 2F | 2B | 0 | 4E | 50 | F | 1 | 46 | 33 |
| Octal | 332 | 57 | 53 | 0 | 116 | 120 | 17 | 1 | 106 | 63 |
| Binary | 11011010 | 101111 | 101011 | 0 | 1001110 | 1010000 | 1111 | 1 | 1000110 | 110011 |
Color Harmonies of #DA2F2B
Complementary color
Monochromatic Colors of #DA2F2B
Black with #DA2F2B
Text Example
Text Example
White with #DA2F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F2B; }
p { color: rgb(218,47,43); }
H1.HeaderClassName
{
color: #DA2F2B;
}
.AnyTagClassName
{
color: #DA2F2B;
}
</style>
background-color css
<style>
a { background-color: #DA2F2B; }
a { background-color: rgb(218,47,43); }
div.DivClassName
{
background-color: #DA2F2B;
}
.BgClassName
{
background-color: #DA2F2B;
}
</style>
border-color css
<style>
span { border-color: #DA2F2B; }
span { border-color: rgb(218,47,43); }
td.TdClassName
{
border-color: #DA2F2B;
}
.TagClassName
{
border-color: #DA2F2B;
}
</style>