Shades of Persian Red #DA312B
Tints of Persian Red #DA312B
RGB
CMYK
RGB Variations
Color information
#DA312B (or 0xDA312B) is known color: Persian Red. HEX triplet: DA, 31 and 2B. RGB value is (218,49,43). Sum of RGB (Red+Green+Blue) = 218+49+43=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA312B is #25CED4. Grayscale: #636363. Windows color (decimal): -2477781 or 2830810. OLE color: 2830810.
HSL color Cylindrical-coordinate representation of color #DA312B: hue angle of 2.06º 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 #DA312B is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 43 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.15 |
| HSL | 2.06º | 0.7% | 0.51% | - |
| HSV(B) | 2.06º | 0.8% | 0.85% | - |
| XYZ | 30.45 | 17.28 | 4.02 | - |
| YUV | 98.85 | 96.49 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 43 | 0 | 0.78 | 0.80 | 0.15 | 2.06 | 0.7 | 0.51 |
| Hex | DA | 31 | 2B | 0 | 4E | 50 | F | 2 | 46 | 33 |
| Octal | 332 | 61 | 53 | 0 | 116 | 120 | 17 | 2 | 106 | 63 |
| Binary | 11011010 | 110001 | 101011 | 0 | 1001110 | 1010000 | 1111 | 10 | 1000110 | 110011 |
Color Harmonies of #DA312B
Complementary color
Monochromatic Colors of #DA312B
Black with #DA312B
Text Example
Text Example
White with #DA312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA312B; }
p { color: rgb(218,49,43); }
H1.HeaderClassName
{
color: #DA312B;
}
.AnyTagClassName
{
color: #DA312B;
}
</style>
background-color css
<style>
a { background-color: #DA312B; }
a { background-color: rgb(218,49,43); }
div.DivClassName
{
background-color: #DA312B;
}
.BgClassName
{
background-color: #DA312B;
}
</style>
border-color css
<style>
span { border-color: #DA312B; }
span { border-color: rgb(218,49,43); }
td.TdClassName
{
border-color: #DA312B;
}
.TagClassName
{
border-color: #DA312B;
}
</style>