Shades of Persian Red #DA332A
Tints of Persian Red #DA332A
RGB
CMYK
RGB Variations
Color information
#DA332A (or 0xDA332A) is known color: Persian Red. HEX triplet: DA, 33 and 2A. RGB value is (218,51,42). Sum of RGB (Red+Green+Blue) = 218+51+42=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA332A is #25CCD5. Grayscale: #646464. Windows color (decimal): -2477270 or 2765786. OLE color: 2765786.
HSL color Cylindrical-coordinate representation of color #DA332A: hue angle of 3.07º 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 #DA332A is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 42 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.15 |
| HSL | 3.07º | 0.7% | 0.51% | - |
| HSV(B) | 3.07º | 0.81% | 0.85% | - |
| XYZ | 30.52 | 17.44 | 3.95 | - |
| YUV | 99.91 | 95.33 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 42 | 0 | 0.77 | 0.81 | 0.15 | 3.07 | 0.7 | 0.51 |
| Hex | DA | 33 | 2A | 0 | 4D | 51 | F | 3 | 46 | 33 |
| Octal | 332 | 63 | 52 | 0 | 115 | 121 | 17 | 3 | 106 | 63 |
| Binary | 11011010 | 110011 | 101010 | 0 | 1001101 | 1010001 | 1111 | 11 | 1000110 | 110011 |
Color Harmonies of #DA332A
Complementary color
Monochromatic Colors of #DA332A
Black with #DA332A
Text Example
Text Example
White with #DA332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA332A; }
p { color: rgb(218,51,42); }
H1.HeaderClassName
{
color: #DA332A;
}
.AnyTagClassName
{
color: #DA332A;
}
</style>
background-color css
<style>
a { background-color: #DA332A; }
a { background-color: rgb(218,51,42); }
div.DivClassName
{
background-color: #DA332A;
}
.BgClassName
{
background-color: #DA332A;
}
</style>
border-color css
<style>
span { border-color: #DA332A; }
span { border-color: rgb(218,51,42); }
td.TdClassName
{
border-color: #DA332A;
}
.TagClassName
{
border-color: #DA332A;
}
</style>