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