Shades of Persian Red #DF302C
Tints of Persian Red #DF302C
RGB
CMYK
RGB Variations
Color information
#DF302C (or 0xDF302C) is known color: Persian Red. HEX triplet: DF, 30 and 2C. RGB value is (223,48,44). Sum of RGB (Red+Green+Blue) = 223+48+44=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF302C is #20CFD3. Grayscale: #646464. Windows color (decimal): -2150356 or 2896095. OLE color: 2896095.
HSL color Cylindrical-coordinate representation of color #DF302C: hue angle of 1.34º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF302C is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 44 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.13 |
| HSL | 1.34º | 0.74% | 0.52% | - |
| HSV(B) | 1.34º | 0.8% | 0.87% | - |
| XYZ | 31.94 | 17.98 | 4.17 | - |
| YUV | 99.87 | 96.48 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 44 | 0 | 0.78 | 0.80 | 0.13 | 1.34 | 0.74 | 0.52 |
| Hex | DF | 30 | 2C | 0 | 4E | 50 | D | 1 | 4A | 34 |
| Octal | 337 | 60 | 54 | 0 | 116 | 120 | 15 | 1 | 112 | 64 |
| Binary | 11011111 | 110000 | 101100 | 0 | 1001110 | 1010000 | 1101 | 1 | 1001010 | 110100 |
Color Harmonies of #DF302C
Complementary color
Monochromatic Colors of #DF302C
Black with #DF302C
Text Example
Text Example
White with #DF302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF302C; }
p { color: rgb(223,48,44); }
H1.HeaderClassName
{
color: #DF302C;
}
.AnyTagClassName
{
color: #DF302C;
}
</style>
background-color css
<style>
a { background-color: #DF302C; }
a { background-color: rgb(223,48,44); }
div.DivClassName
{
background-color: #DF302C;
}
.BgClassName
{
background-color: #DF302C;
}
</style>
border-color css
<style>
span { border-color: #DF302C; }
span { border-color: rgb(223,48,44); }
td.TdClassName
{
border-color: #DF302C;
}
.TagClassName
{
border-color: #DF302C;
}
</style>