Shades of Persian Red #DA2F2A
Tints of Persian Red #DA2F2A
RGB
CMYK
RGB Variations
Color information
#DA2F2A (or 0xDA2F2A) is known color: Persian Red. HEX triplet: DA, 2F and 2A. RGB value is (218,47,42). Sum of RGB (Red+Green+Blue) = 218+47+42=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F2A is #25D0D5. Grayscale: #616161. Windows color (decimal): -2478294 or 2764762. OLE color: 2764762.
HSL color Cylindrical-coordinate representation of color #DA2F2A: hue angle of 1.7º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2F2A is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 42 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.15 |
| HSL | 1.7º | 0.7% | 0.51% | - |
| HSV(B) | 1.7º | 0.81% | 0.85% | - |
| XYZ | 30.35 | 17.11 | 3.89 | - |
| YUV | 97.56 | 96.65 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 42 | 0 | 0.78 | 0.81 | 0.15 | 1.7 | 0.7 | 0.51 |
| Hex | DA | 2F | 2A | 0 | 4E | 51 | F | 2 | 46 | 33 |
| Octal | 332 | 57 | 52 | 0 | 116 | 121 | 17 | 2 | 106 | 63 |
| Binary | 11011010 | 101111 | 101010 | 0 | 1001110 | 1010001 | 1111 | 10 | 1000110 | 110011 |
Color Harmonies of #DA2F2A
Complementary color
Monochromatic Colors of #DA2F2A
Black with #DA2F2A
Text Example
Text Example
White with #DA2F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F2A; }
p { color: rgb(218,47,42); }
H1.HeaderClassName
{
color: #DA2F2A;
}
.AnyTagClassName
{
color: #DA2F2A;
}
</style>
background-color css
<style>
a { background-color: #DA2F2A; }
a { background-color: rgb(218,47,42); }
div.DivClassName
{
background-color: #DA2F2A;
}
.BgClassName
{
background-color: #DA2F2A;
}
</style>
border-color css
<style>
span { border-color: #DA2F2A; }
span { border-color: rgb(218,47,42); }
td.TdClassName
{
border-color: #DA2F2A;
}
.TagClassName
{
border-color: #DA2F2A;
}
</style>