Shades of Persian Red #D0443A
Tints of Persian Red #D0443A
RGB
CMYK
RGB Variations
Color information
#D0443A (or 0xD0443A) is known color: Persian Red. HEX triplet: D0, 44 and 3A. RGB value is (208,68,58). Sum of RGB (Red+Green+Blue) = 208+68+58=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0443A is #2FBBC5. Grayscale: #6C6C6C. Windows color (decimal): -3128262 or 3818704. OLE color: 3818704.
HSL color Cylindrical-coordinate representation of color #D0443A: hue angle of 4º 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 #D0443A is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 58 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.18 |
| HSL | 4º | 0.61% | 0.52% | - |
| HSV(B) | 4º | 0.72% | 0.82% | - |
| XYZ | 28.84 | 17.85 | 5.93 | - |
| YUV | 108.72 | 99.38 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 58 | 0 | 0.67 | 0.72 | 0.18 | 4 | 0.61 | 0.52 |
| Hex | D0 | 44 | 3A | 0 | 43 | 48 | 12 | 4 | 3D | 34 |
| Octal | 320 | 104 | 72 | 0 | 103 | 110 | 22 | 4 | 75 | 64 |
| Binary | 11010000 | 1000100 | 111010 | 0 | 1000011 | 1001000 | 10010 | 100 | 111101 | 110100 |
Color Harmonies of #D0443A
Complementary color
Monochromatic Colors of #D0443A
Black with #D0443A
Text Example
Text Example
White with #D0443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0443A; }
p { color: rgb(208,68,58); }
H1.HeaderClassName
{
color: #D0443A;
}
.AnyTagClassName
{
color: #D0443A;
}
</style>
background-color css
<style>
a { background-color: #D0443A; }
a { background-color: rgb(208,68,58); }
div.DivClassName
{
background-color: #D0443A;
}
.BgClassName
{
background-color: #D0443A;
}
</style>
border-color css
<style>
span { border-color: #D0443A; }
span { border-color: rgb(208,68,58); }
td.TdClassName
{
border-color: #D0443A;
}
.TagClassName
{
border-color: #D0443A;
}
</style>