Shades of Persian Red #D22926
Tints of Persian Red #D22926
RGB
CMYK
RGB Variations
Color information
#D22926 (or 0xD22926) is known color: Persian Red. HEX triplet: D2, 29 and 26. RGB value is (210,41,38). Sum of RGB (Red+Green+Blue) = 210+41+38=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D22926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22926 is #2DD6D9. Grayscale: #5B5B5B. Windows color (decimal): -3004122 or 2501074. OLE color: 2501074.
HSL color Cylindrical-coordinate representation of color #D22926: hue angle of 1.05º 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 #D22926 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 38 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.18 |
| HSL | 1.05º | 0.69% | 0.49% | - |
| HSV(B) | 1.05º | 0.82% | 0.82% | - |
| XYZ | 27.72 | 15.43 | 3.35 | - |
| YUV | 91.19 | 97.99 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 38 | 0 | 0.80 | 0.82 | 0.18 | 1.05 | 0.69 | 0.49 |
| Hex | D2 | 29 | 26 | 0 | 50 | 52 | 12 | 1 | 45 | 31 |
| Octal | 322 | 51 | 46 | 0 | 120 | 122 | 22 | 1 | 105 | 61 |
| Binary | 11010010 | 101001 | 100110 | 0 | 1010000 | 1010010 | 10010 | 1 | 1000101 | 110001 |
Color Harmonies of #D22926
Complementary color
Monochromatic Colors of #D22926
Black with #D22926
Text Example
Text Example
White with #D22926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22926; }
p { color: rgb(210,41,38); }
H1.HeaderClassName
{
color: #D22926;
}
.AnyTagClassName
{
color: #D22926;
}
</style>
background-color css
<style>
a { background-color: #D22926; }
a { background-color: rgb(210,41,38); }
div.DivClassName
{
background-color: #D22926;
}
.BgClassName
{
background-color: #D22926;
}
</style>
border-color css
<style>
span { border-color: #D22926; }
span { border-color: rgb(210,41,38); }
td.TdClassName
{
border-color: #D22926;
}
.TagClassName
{
border-color: #D22926;
}
</style>