Shades of Persian Red #D22726
Tints of Persian Red #D22726
RGB
CMYK
RGB Variations
Color information
#D22726 (or 0xD22726) is known color: Persian Red. HEX triplet: D2, 27 and 26. RGB value is (210,39,38). Sum of RGB (Red+Green+Blue) = 210+39+38=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D22726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22726 is #2DD8D9. Grayscale: #5A5A5A. Windows color (decimal): -3004634 or 2500562. OLE color: 2500562.
HSL color Cylindrical-coordinate representation of color #D22726: hue angle of 0.35º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D22726 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 38 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.18 |
| HSL | 0.35º | 0.69% | 0.49% | - |
| HSV(B) | 0.35º | 0.82% | 0.82% | - |
| XYZ | 27.65 | 15.29 | 3.33 | - |
| YUV | 90.02 | 98.65 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 38 | 0 | 0.81 | 0.82 | 0.18 | 0.35 | 0.69 | 0.49 |
| Hex | D2 | 27 | 26 | 0 | 51 | 52 | 12 | 0 | 45 | 31 |
| Octal | 322 | 47 | 46 | 0 | 121 | 122 | 22 | 0 | 105 | 61 |
| Binary | 11010010 | 100111 | 100110 | 0 | 1010001 | 1010010 | 10010 | 0 | 1000101 | 110001 |
Color Harmonies of #D22726
Complementary color
Monochromatic Colors of #D22726
Black with #D22726
Text Example
Text Example
White with #D22726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22726; }
p { color: rgb(210,39,38); }
H1.HeaderClassName
{
color: #D22726;
}
.AnyTagClassName
{
color: #D22726;
}
</style>
background-color css
<style>
a { background-color: #D22726; }
a { background-color: rgb(210,39,38); }
div.DivClassName
{
background-color: #D22726;
}
.BgClassName
{
background-color: #D22726;
}
</style>
border-color css
<style>
span { border-color: #D22726; }
span { border-color: rgb(210,39,38); }
td.TdClassName
{
border-color: #D22726;
}
.TagClassName
{
border-color: #D22726;
}
</style>