Shades of Persian Red #D04241
Tints of Persian Red #D04241
RGB
CMYK
RGB Variations
Color information
#D04241 (or 0xD04241) is known color: Persian Red. HEX triplet: D0, 42 and 41. RGB value is (208,66,65). Sum of RGB (Red+Green+Blue) = 208+66+65=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D04241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04241 is #2FBDBE. Grayscale: #6C6C6C. Windows color (decimal): -3128767 or 4276944. OLE color: 4276944.
HSL color Cylindrical-coordinate representation of color #D04241: hue angle of 0.42º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04241 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 65 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.18 |
| HSL | 0.42º | 0.6% | 0.54% | - |
| HSV(B) | 0.42º | 0.69% | 0.82% | - |
| XYZ | 28.91 | 17.69 | 6.89 | - |
| YUV | 108.34 | 103.54 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 65 | 0 | 0.68 | 0.69 | 0.18 | 0.42 | 0.6 | 0.54 |
| Hex | D0 | 42 | 41 | 0 | 44 | 45 | 12 | 0 | 3C | 36 |
| Octal | 320 | 102 | 101 | 0 | 104 | 105 | 22 | 0 | 74 | 66 |
| Binary | 11010000 | 1000010 | 1000001 | 0 | 1000100 | 1000101 | 10010 | 0 | 111100 | 110110 |
Color Harmonies of #D04241
Complementary color
Monochromatic Colors of #D04241
Black with #D04241
Text Example
Text Example
White with #D04241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04241; }
p { color: rgb(208,66,65); }
H1.HeaderClassName
{
color: #D04241;
}
.AnyTagClassName
{
color: #D04241;
}
</style>
background-color css
<style>
a { background-color: #D04241; }
a { background-color: rgb(208,66,65); }
div.DivClassName
{
background-color: #D04241;
}
.BgClassName
{
background-color: #D04241;
}
</style>
border-color css
<style>
span { border-color: #D04241; }
span { border-color: rgb(208,66,65); }
td.TdClassName
{
border-color: #D04241;
}
.TagClassName
{
border-color: #D04241;
}
</style>