Shades of Persian Red #D0322C
Tints of Persian Red #D0322C
RGB
CMYK
RGB Variations
Color information
#D0322C (or 0xD0322C) is known color: Persian Red. HEX triplet: D0, 32 and 2C. RGB value is (208,50,44). Sum of RGB (Red+Green+Blue) = 208+50+44=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0322C is #2FCDD3. Grayscale: #606060. Windows color (decimal): -3132884 or 2896592. OLE color: 2896592.
HSL color Cylindrical-coordinate representation of color #D0322C: hue angle of 2.2º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0322C is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 44 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.18 |
| HSL | 2.2º | 0.65% | 0.49% | - |
| HSV(B) | 2.2º | 0.79% | 0.82% | - |
| XYZ | 27.61 | 15.87 | 3.99 | - |
| YUV | 96.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 44 | 0 | 0.76 | 0.79 | 0.18 | 2.2 | 0.65 | 0.49 |
| Hex | D0 | 32 | 2C | 0 | 4C | 4F | 12 | 2 | 41 | 31 |
| Octal | 320 | 62 | 54 | 0 | 114 | 117 | 22 | 2 | 101 | 61 |
| Binary | 11010000 | 110010 | 101100 | 0 | 1001100 | 1001111 | 10010 | 10 | 1000001 | 110001 |
Color Harmonies of #D0322C
Complementary color
Monochromatic Colors of #D0322C
Black with #D0322C
Text Example
Text Example
White with #D0322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0322C; }
p { color: rgb(208,50,44); }
H1.HeaderClassName
{
color: #D0322C;
}
.AnyTagClassName
{
color: #D0322C;
}
</style>
background-color css
<style>
a { background-color: #D0322C; }
a { background-color: rgb(208,50,44); }
div.DivClassName
{
background-color: #D0322C;
}
.BgClassName
{
background-color: #D0322C;
}
</style>
border-color css
<style>
span { border-color: #D0322C; }
span { border-color: rgb(208,50,44); }
td.TdClassName
{
border-color: #D0322C;
}
.TagClassName
{
border-color: #D0322C;
}
</style>