Shades of Persian Red #D0433E
Tints of Persian Red #D0433E
RGB
CMYK
RGB Variations
Color information
#D0433E (or 0xD0433E) is known color: Persian Red. HEX triplet: D0, 43 and 3E. RGB value is (208,67,62). Sum of RGB (Red+Green+Blue) = 208+67+62=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0433E is #2FBCC1. Grayscale: #6C6C6C. Windows color (decimal): -3128514 or 4080592. OLE color: 4080592.
HSL color Cylindrical-coordinate representation of color #D0433E: hue angle of 2.05º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0433E is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 62 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.18 |
| HSL | 2.05º | 0.61% | 0.53% | - |
| HSV(B) | 2.05º | 0.7% | 0.82% | - |
| XYZ | 28.89 | 17.77 | 6.47 | - |
| YUV | 108.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 62 | 0 | 0.68 | 0.70 | 0.18 | 2.05 | 0.61 | 0.53 |
| Hex | D0 | 43 | 3E | 0 | 44 | 46 | 12 | 2 | 3D | 35 |
| Octal | 320 | 103 | 76 | 0 | 104 | 106 | 22 | 2 | 75 | 65 |
| Binary | 11010000 | 1000011 | 111110 | 0 | 1000100 | 1000110 | 10010 | 10 | 111101 | 110101 |
Color Harmonies of #D0433E
Complementary color
Monochromatic Colors of #D0433E
Black with #D0433E
Text Example
Text Example
White with #D0433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0433E; }
p { color: rgb(208,67,62); }
H1.HeaderClassName
{
color: #D0433E;
}
.AnyTagClassName
{
color: #D0433E;
}
</style>
background-color css
<style>
a { background-color: #D0433E; }
a { background-color: rgb(208,67,62); }
div.DivClassName
{
background-color: #D0433E;
}
.BgClassName
{
background-color: #D0433E;
}
</style>
border-color css
<style>
span { border-color: #D0433E; }
span { border-color: rgb(208,67,62); }
td.TdClassName
{
border-color: #D0433E;
}
.TagClassName
{
border-color: #D0433E;
}
</style>