Shades of Persian Red #DA302A
Tints of Persian Red #DA302A
RGB
CMYK
RGB Variations
Color information
#DA302A (or 0xDA302A) is known color: Persian Red. HEX triplet: DA, 30 and 2A. RGB value is (218,48,42). Sum of RGB (Red+Green+Blue) = 218+48+42=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA302A is #25CFD5. Grayscale: #626262. Windows color (decimal): -2478038 or 2765018. OLE color: 2765018.
HSL color Cylindrical-coordinate representation of color #DA302A: hue angle of 2.05º 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 #DA302A is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 42 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.15 |
| HSL | 2.05º | 0.7% | 0.51% | - |
| HSV(B) | 2.05º | 0.81% | 0.85% | - |
| XYZ | 30.39 | 17.19 | 3.91 | - |
| YUV | 98.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 42 | 0 | 0.78 | 0.81 | 0.15 | 2.05 | 0.7 | 0.51 |
| Hex | DA | 30 | 2A | 0 | 4E | 51 | F | 2 | 46 | 33 |
| Octal | 332 | 60 | 52 | 0 | 116 | 121 | 17 | 2 | 106 | 63 |
| Binary | 11011010 | 110000 | 101010 | 0 | 1001110 | 1010001 | 1111 | 10 | 1000110 | 110011 |
Color Harmonies of #DA302A
Complementary color
Monochromatic Colors of #DA302A
Black with #DA302A
Text Example
Text Example
White with #DA302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA302A; }
p { color: rgb(218,48,42); }
H1.HeaderClassName
{
color: #DA302A;
}
.AnyTagClassName
{
color: #DA302A;
}
</style>
background-color css
<style>
a { background-color: #DA302A; }
a { background-color: rgb(218,48,42); }
div.DivClassName
{
background-color: #DA302A;
}
.BgClassName
{
background-color: #DA302A;
}
</style>
border-color css
<style>
span { border-color: #DA302A; }
span { border-color: rgb(218,48,42); }
td.TdClassName
{
border-color: #DA302A;
}
.TagClassName
{
border-color: #DA302A;
}
</style>