Shades of Persian Red #D83629
Tints of Persian Red #D83629
RGB
CMYK
RGB Variations
Color information
#D83629 (or 0xD83629) is known color: Persian Red. HEX triplet: D8, 36 and 29. RGB value is (216,54,41). Sum of RGB (Red+Green+Blue) = 216+54+41=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D83629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83629 is #27C9D6. Grayscale: #656565. Windows color (decimal): -2607575 or 2701016. OLE color: 2701016.
HSL color Cylindrical-coordinate representation of color #D83629: hue angle of 4.46º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D83629 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 41 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.15 |
| HSL | 4.46º | 0.69% | 0.5% | - |
| HSV(B) | 4.46º | 0.81% | 0.85% | - |
| XYZ | 30.04 | 17.4 | 3.87 | - |
| YUV | 100.96 | 94.17 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 41 | 0 | 0.75 | 0.81 | 0.15 | 4.46 | 0.69 | 0.5 |
| Hex | D8 | 36 | 29 | 0 | 4B | 51 | F | 4 | 45 | 32 |
| Octal | 330 | 66 | 51 | 0 | 113 | 121 | 17 | 4 | 105 | 62 |
| Binary | 11011000 | 110110 | 101001 | 0 | 1001011 | 1010001 | 1111 | 100 | 1000101 | 110010 |
Color Harmonies of #D83629
Complementary color
Monochromatic Colors of #D83629
Black with #D83629
Text Example
Text Example
White with #D83629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83629; }
p { color: rgb(216,54,41); }
H1.HeaderClassName
{
color: #D83629;
}
.AnyTagClassName
{
color: #D83629;
}
</style>
background-color css
<style>
a { background-color: #D83629; }
a { background-color: rgb(216,54,41); }
div.DivClassName
{
background-color: #D83629;
}
.BgClassName
{
background-color: #D83629;
}
</style>
border-color css
<style>
span { border-color: #D83629; }
span { border-color: rgb(216,54,41); }
td.TdClassName
{
border-color: #D83629;
}
.TagClassName
{
border-color: #D83629;
}
</style>