Shades of Persian Red #D53833
Tints of Persian Red #D53833
RGB
CMYK
RGB Variations
Color information
#D53833 (or 0xD53833) is known color: Persian Red. HEX triplet: D5, 38 and 33. RGB value is (213,56,51). Sum of RGB (Red+Green+Blue) = 213+56+51=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D53833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53833 is #2AC7CC. Grayscale: #666666. Windows color (decimal): -2803661 or 3356885. OLE color: 3356885.
HSL color Cylindrical-coordinate representation of color #D53833: hue angle of 1.85º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53833 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 51 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.16 |
| HSL | 1.85º | 0.66% | 0.52% | - |
| HSV(B) | 1.85º | 0.76% | 0.84% | - |
| XYZ | 29.45 | 17.21 | 4.9 | - |
| YUV | 102.37 | 99.01 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 51 | 0 | 0.74 | 0.76 | 0.16 | 1.85 | 0.66 | 0.52 |
| Hex | D5 | 38 | 33 | 0 | 4A | 4C | 10 | 2 | 42 | 34 |
| Octal | 325 | 70 | 63 | 0 | 112 | 114 | 20 | 2 | 102 | 64 |
| Binary | 11010101 | 111000 | 110011 | 0 | 1001010 | 1001100 | 10000 | 10 | 1000010 | 110100 |
Color Harmonies of #D53833
Complementary color
Monochromatic Colors of #D53833
Black with #D53833
Text Example
Text Example
White with #D53833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53833; }
p { color: rgb(213,56,51); }
H1.HeaderClassName
{
color: #D53833;
}
.AnyTagClassName
{
color: #D53833;
}
</style>
background-color css
<style>
a { background-color: #D53833; }
a { background-color: rgb(213,56,51); }
div.DivClassName
{
background-color: #D53833;
}
.BgClassName
{
background-color: #D53833;
}
</style>
border-color css
<style>
span { border-color: #D53833; }
span { border-color: rgb(213,56,51); }
td.TdClassName
{
border-color: #D53833;
}
.TagClassName
{
border-color: #D53833;
}
</style>