Shades of Persian Red #D83226
Tints of Persian Red #D83226
RGB
CMYK
RGB Variations
Color information
#D83226 (or 0xD83226) is known color: Persian Red. HEX triplet: D8, 32 and 26. RGB value is (216,50,38). Sum of RGB (Red+Green+Blue) = 216+50+38=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D83226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83226 is #27CDD9. Grayscale: #626262. Windows color (decimal): -2608602 or 2503384. OLE color: 2503384.
HSL color Cylindrical-coordinate representation of color #D83226: hue angle of 4.04º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D83226 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 38 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.15 |
| HSL | 4.04º | 0.7% | 0.5% | - |
| HSV(B) | 4.04º | 0.82% | 0.85% | - |
| XYZ | 29.81 | 17.02 | 3.55 | - |
| YUV | 98.27 | 94 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 38 | 0 | 0.77 | 0.82 | 0.15 | 4.04 | 0.7 | 0.5 |
| Hex | D8 | 32 | 26 | 0 | 4D | 52 | F | 4 | 46 | 32 |
| Octal | 330 | 62 | 46 | 0 | 115 | 122 | 17 | 4 | 106 | 62 |
| Binary | 11011000 | 110010 | 100110 | 0 | 1001101 | 1010010 | 1111 | 100 | 1000110 | 110010 |
Color Harmonies of #D83226
Complementary color
Monochromatic Colors of #D83226
Black with #D83226
Text Example
Text Example
White with #D83226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83226; }
p { color: rgb(216,50,38); }
H1.HeaderClassName
{
color: #D83226;
}
.AnyTagClassName
{
color: #D83226;
}
</style>
background-color css
<style>
a { background-color: #D83226; }
a { background-color: rgb(216,50,38); }
div.DivClassName
{
background-color: #D83226;
}
.BgClassName
{
background-color: #D83226;
}
</style>
border-color css
<style>
span { border-color: #D83226; }
span { border-color: rgb(216,50,38); }
td.TdClassName
{
border-color: #D83226;
}
.TagClassName
{
border-color: #D83226;
}
</style>