Shades of Persian Red #DA362A
Tints of Persian Red #DA362A
RGB
CMYK
RGB Variations
Color information
#DA362A (or 0xDA362A) is known color: Persian Red. HEX triplet: DA, 36 and 2A. RGB value is (218,54,42). Sum of RGB (Red+Green+Blue) = 218+54+42=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA362A is #25C9D5. Grayscale: #656565. Windows color (decimal): -2476502 or 2766554. OLE color: 2766554.
HSL color Cylindrical-coordinate representation of color #DA362A: hue angle of 4.09º 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 #DA362A is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 42 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.15 |
| HSL | 4.09º | 0.7% | 0.51% | - |
| HSV(B) | 4.09º | 0.81% | 0.85% | - |
| XYZ | 30.65 | 17.71 | 3.99 | - |
| YUV | 101.67 | 94.33 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 42 | 0 | 0.75 | 0.81 | 0.15 | 4.09 | 0.7 | 0.51 |
| Hex | DA | 36 | 2A | 0 | 4B | 51 | F | 4 | 46 | 33 |
| Octal | 332 | 66 | 52 | 0 | 113 | 121 | 17 | 4 | 106 | 63 |
| Binary | 11011010 | 110110 | 101010 | 0 | 1001011 | 1010001 | 1111 | 100 | 1000110 | 110011 |
Color Harmonies of #DA362A
Complementary color
Monochromatic Colors of #DA362A
Black with #DA362A
Text Example
Text Example
White with #DA362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA362A; }
p { color: rgb(218,54,42); }
H1.HeaderClassName
{
color: #DA362A;
}
.AnyTagClassName
{
color: #DA362A;
}
</style>
background-color css
<style>
a { background-color: #DA362A; }
a { background-color: rgb(218,54,42); }
div.DivClassName
{
background-color: #DA362A;
}
.BgClassName
{
background-color: #DA362A;
}
</style>
border-color css
<style>
span { border-color: #DA362A; }
span { border-color: rgb(218,54,42); }
td.TdClassName
{
border-color: #DA362A;
}
.TagClassName
{
border-color: #DA362A;
}
</style>