Shades of Persian Red #D0443B
Tints of Persian Red #D0443B
RGB
CMYK
RGB Variations
Color information
#D0443B (or 0xD0443B) is known color: Persian Red. HEX triplet: D0, 44 and 3B. RGB value is (208,68,59). Sum of RGB (Red+Green+Blue) = 208+68+59=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0443B is #2FBBC4. Grayscale: #6D6D6D. Windows color (decimal): -3128261 or 3884240. OLE color: 3884240.
HSL color Cylindrical-coordinate representation of color #D0443B: hue angle of 3.62º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0443B is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 59 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.18 |
| HSL | 3.62º | 0.61% | 0.52% | - |
| HSV(B) | 3.62º | 0.72% | 0.82% | - |
| XYZ | 28.87 | 17.86 | 6.06 | - |
| YUV | 108.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 59 | 0 | 0.67 | 0.72 | 0.18 | 3.62 | 0.61 | 0.52 |
| Hex | D0 | 44 | 3B | 0 | 43 | 48 | 12 | 4 | 3D | 34 |
| Octal | 320 | 104 | 73 | 0 | 103 | 110 | 22 | 4 | 75 | 64 |
| Binary | 11010000 | 1000100 | 111011 | 0 | 1000011 | 1001000 | 10010 | 100 | 111101 | 110100 |
Color Harmonies of #D0443B
Complementary color
Monochromatic Colors of #D0443B
Black with #D0443B
Text Example
Text Example
White with #D0443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0443B; }
p { color: rgb(208,68,59); }
H1.HeaderClassName
{
color: #D0443B;
}
.AnyTagClassName
{
color: #D0443B;
}
</style>
background-color css
<style>
a { background-color: #D0443B; }
a { background-color: rgb(208,68,59); }
div.DivClassName
{
background-color: #D0443B;
}
.BgClassName
{
background-color: #D0443B;
}
</style>
border-color css
<style>
span { border-color: #D0443B; }
span { border-color: rgb(208,68,59); }
td.TdClassName
{
border-color: #D0443B;
}
.TagClassName
{
border-color: #D0443B;
}
</style>