Shades of Persian Red #D83127
Tints of Persian Red #D83127
RGB
CMYK
RGB Variations
Color information
#D83127 (or 0xD83127) is known color: Persian Red. HEX triplet: D8, 31 and 27. RGB value is (216,49,39). Sum of RGB (Red+Green+Blue) = 216+49+39=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D83127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83127 is #27CED8. Grayscale: #626262. Windows color (decimal): -2608857 or 2568664. OLE color: 2568664.
HSL color Cylindrical-coordinate representation of color #D83127: hue angle of 3.39º degrees, saturation: 0.69, 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 #D83127 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 39 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.15 |
| HSL | 3.39º | 0.69% | 0.5% | - |
| HSV(B) | 3.39º | 0.82% | 0.85% | - |
| XYZ | 29.78 | 16.94 | 3.62 | - |
| YUV | 97.79 | 94.83 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 39 | 0 | 0.77 | 0.82 | 0.15 | 3.39 | 0.69 | 0.5 |
| Hex | D8 | 31 | 27 | 0 | 4D | 52 | F | 3 | 45 | 32 |
| Octal | 330 | 61 | 47 | 0 | 115 | 122 | 17 | 3 | 105 | 62 |
| Binary | 11011000 | 110001 | 100111 | 0 | 1001101 | 1010010 | 1111 | 11 | 1000101 | 110010 |
Color Harmonies of #D83127
Complementary color
Monochromatic Colors of #D83127
Black with #D83127
Text Example
Text Example
White with #D83127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83127; }
p { color: rgb(216,49,39); }
H1.HeaderClassName
{
color: #D83127;
}
.AnyTagClassName
{
color: #D83127;
}
</style>
background-color css
<style>
a { background-color: #D83127; }
a { background-color: rgb(216,49,39); }
div.DivClassName
{
background-color: #D83127;
}
.BgClassName
{
background-color: #D83127;
}
</style>
border-color css
<style>
span { border-color: #D83127; }
span { border-color: rgb(216,49,39); }
td.TdClassName
{
border-color: #D83127;
}
.TagClassName
{
border-color: #D83127;
}
</style>