Shades of Persian Red #DA312F
Tints of Persian Red #DA312F
RGB
CMYK
RGB Variations
Color information
#DA312F (or 0xDA312F) is known color: Persian Red. HEX triplet: DA, 31 and 2F. RGB value is (218,49,47). Sum of RGB (Red+Green+Blue) = 218+49+47=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA312F is #25CED0. Grayscale: #636363. Windows color (decimal): -2477777 or 3092954. OLE color: 3092954.
HSL color Cylindrical-coordinate representation of color #DA312F: hue angle of 0.7º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA312F is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 47 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.15 |
| HSL | 0.7º | 0.7% | 0.52% | - |
| HSV(B) | 0.7º | 0.78% | 0.85% | - |
| XYZ | 30.52 | 17.31 | 4.42 | - |
| YUV | 99.3 | 98.49 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 47 | 0 | 0.78 | 0.78 | 0.15 | 0.7 | 0.7 | 0.52 |
| Hex | DA | 31 | 2F | 0 | 4E | 4E | F | 1 | 46 | 34 |
| Octal | 332 | 61 | 57 | 0 | 116 | 116 | 17 | 1 | 106 | 64 |
| Binary | 11011010 | 110001 | 101111 | 0 | 1001110 | 1001110 | 1111 | 1 | 1000110 | 110100 |
Color Harmonies of #DA312F
Complementary color
Monochromatic Colors of #DA312F
Black with #DA312F
Text Example
Text Example
White with #DA312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA312F; }
p { color: rgb(218,49,47); }
H1.HeaderClassName
{
color: #DA312F;
}
.AnyTagClassName
{
color: #DA312F;
}
</style>
background-color css
<style>
a { background-color: #DA312F; }
a { background-color: rgb(218,49,47); }
div.DivClassName
{
background-color: #DA312F;
}
.BgClassName
{
background-color: #DA312F;
}
</style>
border-color css
<style>
span { border-color: #DA312F; }
span { border-color: rgb(218,49,47); }
td.TdClassName
{
border-color: #DA312F;
}
.TagClassName
{
border-color: #DA312F;
}
</style>