Shades of Persian Red #D03737
Tints of Persian Red #D03737
RGB
CMYK
RGB Variations
Color information
#D03737 (or 0xD03737) is known color: Persian Red. HEX triplet: D0, 37 and 37. RGB value is (208,55,55). Sum of RGB (Red+Green+Blue) = 208+55+55=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D03737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03737 is #2FC8C8. Grayscale: #646464. Windows color (decimal): -3131593 or 3618768. OLE color: 3618768.
HSL color Cylindrical-coordinate representation of color #D03737: hue angle of 0º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03737 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 55 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.18 |
| HSL | 0º | 0.62% | 0.52% | - |
| HSV(B) | 0º | 0.74% | 0.82% | - |
| XYZ | 28.07 | 16.42 | 5.3 | - |
| YUV | 100.75 | 102.19 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 55 | 0 | 0.74 | 0.74 | 0.18 | 0 | 0.62 | 0.52 |
| Hex | D0 | 37 | 37 | 0 | 4A | 4A | 12 | 0 | 3E | 34 |
| Octal | 320 | 67 | 67 | 0 | 112 | 112 | 22 | 0 | 76 | 64 |
| Binary | 11010000 | 110111 | 110111 | 0 | 1001010 | 1001010 | 10010 | 0 | 111110 | 110100 |
Color Harmonies of #D03737
Complementary color
Monochromatic Colors of #D03737
Black with #D03737
Text Example
Text Example
White with #D03737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03737; }
p { color: rgb(208,55,55); }
H1.HeaderClassName
{
color: #D03737;
}
.AnyTagClassName
{
color: #D03737;
}
</style>
background-color css
<style>
a { background-color: #D03737; }
a { background-color: rgb(208,55,55); }
div.DivClassName
{
background-color: #D03737;
}
.BgClassName
{
background-color: #D03737;
}
</style>
border-color css
<style>
span { border-color: #D03737; }
span { border-color: rgb(208,55,55); }
td.TdClassName
{
border-color: #D03737;
}
.TagClassName
{
border-color: #D03737;
}
</style>