Shades of Persian Red #DA332D
Tints of Persian Red #DA332D
RGB
CMYK
RGB Variations
Color information
#DA332D (or 0xDA332D) is known color: Persian Red. HEX triplet: DA, 33 and 2D. RGB value is (218,51,45). Sum of RGB (Red+Green+Blue) = 218+51+45=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA332D is #25CCD2. Grayscale: #646464. Windows color (decimal): -2477267 or 2962394. OLE color: 2962394.
HSL color Cylindrical-coordinate representation of color #DA332D: hue angle of 2.08º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA332D is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 45 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.15 |
| HSL | 2.08º | 0.7% | 0.52% | - |
| HSV(B) | 2.08º | 0.79% | 0.85% | - |
| XYZ | 30.57 | 17.46 | 4.24 | - |
| YUV | 100.25 | 96.83 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 45 | 0 | 0.77 | 0.79 | 0.15 | 2.08 | 0.7 | 0.52 |
| Hex | DA | 33 | 2D | 0 | 4D | 4F | F | 2 | 46 | 34 |
| Octal | 332 | 63 | 55 | 0 | 115 | 117 | 17 | 2 | 106 | 64 |
| Binary | 11011010 | 110011 | 101101 | 0 | 1001101 | 1001111 | 1111 | 10 | 1000110 | 110100 |
Color Harmonies of #DA332D
Complementary color
Monochromatic Colors of #DA332D
Black with #DA332D
Text Example
Text Example
White with #DA332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA332D; }
p { color: rgb(218,51,45); }
H1.HeaderClassName
{
color: #DA332D;
}
.AnyTagClassName
{
color: #DA332D;
}
</style>
background-color css
<style>
a { background-color: #DA332D; }
a { background-color: rgb(218,51,45); }
div.DivClassName
{
background-color: #DA332D;
}
.BgClassName
{
background-color: #DA332D;
}
</style>
border-color css
<style>
span { border-color: #DA332D; }
span { border-color: rgb(218,51,45); }
td.TdClassName
{
border-color: #DA332D;
}
.TagClassName
{
border-color: #DA332D;
}
</style>