Shades of Persian Red #DA312A
Tints of Persian Red #DA312A
RGB
CMYK
RGB Variations
Color information
#DA312A (or 0xDA312A) is known color: Persian Red. HEX triplet: DA, 31 and 2A. RGB value is (218,49,42). Sum of RGB (Red+Green+Blue) = 218+49+42=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA312A is #25CED5. Grayscale: #626262. Windows color (decimal): -2477782 or 2765274. OLE color: 2765274.
HSL color Cylindrical-coordinate representation of color #DA312A: hue angle of 2.39º 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 #DA312A is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 42 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.15 |
| HSL | 2.39º | 0.7% | 0.51% | - |
| HSV(B) | 2.39º | 0.81% | 0.85% | - |
| XYZ | 30.43 | 17.27 | 3.92 | - |
| YUV | 98.73 | 95.99 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 42 | 0 | 0.78 | 0.81 | 0.15 | 2.39 | 0.7 | 0.51 |
| Hex | DA | 31 | 2A | 0 | 4E | 51 | F | 2 | 46 | 33 |
| Octal | 332 | 61 | 52 | 0 | 116 | 121 | 17 | 2 | 106 | 63 |
| Binary | 11011010 | 110001 | 101010 | 0 | 1001110 | 1010001 | 1111 | 10 | 1000110 | 110011 |
Color Harmonies of #DA312A
Complementary color
Monochromatic Colors of #DA312A
Black with #DA312A
Text Example
Text Example
White with #DA312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA312A; }
p { color: rgb(218,49,42); }
H1.HeaderClassName
{
color: #DA312A;
}
.AnyTagClassName
{
color: #DA312A;
}
</style>
background-color css
<style>
a { background-color: #DA312A; }
a { background-color: rgb(218,49,42); }
div.DivClassName
{
background-color: #DA312A;
}
.BgClassName
{
background-color: #DA312A;
}
</style>
border-color css
<style>
span { border-color: #DA312A; }
span { border-color: rgb(218,49,42); }
td.TdClassName
{
border-color: #DA312A;
}
.TagClassName
{
border-color: #DA312A;
}
</style>