Shades of Persian Red #D03A2A
Tints of Persian Red #D03A2A
RGB
CMYK
RGB Variations
Color information
#D03A2A (or 0xD03A2A) is known color: Persian Red. HEX triplet: D0, 3A and 2A. RGB value is (208,58,42). Sum of RGB (Red+Green+Blue) = 208+58+42=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03A2A is #2FC5D5. Grayscale: #656565. Windows color (decimal): -3130838 or 2767568. OLE color: 2767568.
HSL color Cylindrical-coordinate representation of color #D03A2A: hue angle of 5.78º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D03A2A is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 42 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.18 |
| HSL | 5.78º | 0.66% | 0.49% | - |
| HSV(B) | 5.78º | 0.8% | 0.82% | - |
| XYZ | 27.94 | 16.6 | 3.92 | - |
| YUV | 101.03 | 94.7 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 42 | 0 | 0.72 | 0.80 | 0.18 | 5.78 | 0.66 | 0.49 |
| Hex | D0 | 3A | 2A | 0 | 48 | 50 | 12 | 6 | 42 | 31 |
| Octal | 320 | 72 | 52 | 0 | 110 | 120 | 22 | 6 | 102 | 61 |
| Binary | 11010000 | 111010 | 101010 | 0 | 1001000 | 1010000 | 10010 | 110 | 1000010 | 110001 |
Color Harmonies of #D03A2A
Complementary color
Monochromatic Colors of #D03A2A
Black with #D03A2A
Text Example
Text Example
White with #D03A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A2A; }
p { color: rgb(208,58,42); }
H1.HeaderClassName
{
color: #D03A2A;
}
.AnyTagClassName
{
color: #D03A2A;
}
</style>
background-color css
<style>
a { background-color: #D03A2A; }
a { background-color: rgb(208,58,42); }
div.DivClassName
{
background-color: #D03A2A;
}
.BgClassName
{
background-color: #D03A2A;
}
</style>
border-color css
<style>
span { border-color: #D03A2A; }
span { border-color: rgb(208,58,42); }
td.TdClassName
{
border-color: #D03A2A;
}
.TagClassName
{
border-color: #D03A2A;
}
</style>