Shades of Persian Red #D03B2A
Tints of Persian Red #D03B2A
RGB
CMYK
RGB Variations
Color information
#D03B2A (or 0xD03B2A) is known color: Persian Red. HEX triplet: D0, 3B and 2A. RGB value is (208,59,42). Sum of RGB (Red+Green+Blue) = 208+59+42=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03B2A is #2FC4D5. Grayscale: #656565. Windows color (decimal): -3130582 or 2767824. OLE color: 2767824.
HSL color Cylindrical-coordinate representation of color #D03B2A: hue angle of 6.14º 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 #D03B2A is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 42 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.18 |
| HSL | 6.14º | 0.66% | 0.49% | - |
| HSV(B) | 6.14º | 0.8% | 0.82% | - |
| XYZ | 27.99 | 16.7 | 3.94 | - |
| YUV | 101.61 | 94.36 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 42 | 0 | 0.72 | 0.80 | 0.18 | 6.14 | 0.66 | 0.49 |
| Hex | D0 | 3B | 2A | 0 | 48 | 50 | 12 | 6 | 42 | 31 |
| Octal | 320 | 73 | 52 | 0 | 110 | 120 | 22 | 6 | 102 | 61 |
| Binary | 11010000 | 111011 | 101010 | 0 | 1001000 | 1010000 | 10010 | 110 | 1000010 | 110001 |
Color Harmonies of #D03B2A
Complementary color
Monochromatic Colors of #D03B2A
Black with #D03B2A
Text Example
Text Example
White with #D03B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B2A; }
p { color: rgb(208,59,42); }
H1.HeaderClassName
{
color: #D03B2A;
}
.AnyTagClassName
{
color: #D03B2A;
}
</style>
background-color css
<style>
a { background-color: #D03B2A; }
a { background-color: rgb(208,59,42); }
div.DivClassName
{
background-color: #D03B2A;
}
.BgClassName
{
background-color: #D03B2A;
}
</style>
border-color css
<style>
span { border-color: #D03B2A; }
span { border-color: rgb(208,59,42); }
td.TdClassName
{
border-color: #D03B2A;
}
.TagClassName
{
border-color: #D03B2A;
}
</style>