Shades of Persian Red #DE2826
Tints of Persian Red #DE2826
RGB
CMYK
RGB Variations
Color information
#DE2826 (or 0xDE2826) is known color: Persian Red. HEX triplet: DE, 28 and 26. RGB value is (222,40,38). Sum of RGB (Red+Green+Blue) = 222+40+38=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2826 is #21D7D9. Grayscale: #5E5E5E. Windows color (decimal): -2217946 or 2500830. OLE color: 2500830.
HSL color Cylindrical-coordinate representation of color #DE2826: hue angle of 0.65º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2826 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 38 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.13 |
| HSL | 0.65º | 0.74% | 0.51% | - |
| HSV(B) | 0.65º | 0.83% | 0.87% | - |
| XYZ | 31.23 | 17.19 | 3.51 | - |
| YUV | 94.19 | 96.3 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 38 | 0 | 0.82 | 0.83 | 0.13 | 0.65 | 0.74 | 0.51 |
| Hex | DE | 28 | 26 | 0 | 52 | 53 | D | 1 | 4A | 33 |
| Octal | 336 | 50 | 46 | 0 | 122 | 123 | 15 | 1 | 112 | 63 |
| Binary | 11011110 | 101000 | 100110 | 0 | 1010010 | 1010011 | 1101 | 1 | 1001010 | 110011 |
Color Harmonies of #DE2826
Complementary color
Monochromatic Colors of #DE2826
Black with #DE2826
Text Example
Text Example
White with #DE2826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2826; }
p { color: rgb(222,40,38); }
H1.HeaderClassName
{
color: #DE2826;
}
.AnyTagClassName
{
color: #DE2826;
}
</style>
background-color css
<style>
a { background-color: #DE2826; }
a { background-color: rgb(222,40,38); }
div.DivClassName
{
background-color: #DE2826;
}
.BgClassName
{
background-color: #DE2826;
}
</style>
border-color css
<style>
span { border-color: #DE2826; }
span { border-color: rgb(222,40,38); }
td.TdClassName
{
border-color: #DE2826;
}
.TagClassName
{
border-color: #DE2826;
}
</style>