Shades of Persian Red #D23E35
Tints of Persian Red #D23E35
RGB
CMYK
RGB Variations
Color information
#D23E35 (or 0xD23E35) is known color: Persian Red. HEX triplet: D2, 3E and 35. RGB value is (210,62,53). Sum of RGB (Red+Green+Blue) = 210+62+53=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E35 is #2DC1CA. Grayscale: #696969. Windows color (decimal): -2998731 or 3489490. OLE color: 3489490.
HSL color Cylindrical-coordinate representation of color #D23E35: hue angle of 3.44º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23E35 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 53 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.18 |
| HSL | 3.44º | 0.64% | 0.52% | - |
| HSV(B) | 3.44º | 0.75% | 0.82% | - |
| XYZ | 28.94 | 17.4 | 5.2 | - |
| YUV | 105.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 53 | 0 | 0.70 | 0.75 | 0.18 | 3.44 | 0.64 | 0.52 |
| Hex | D2 | 3E | 35 | 0 | 46 | 4B | 12 | 3 | 40 | 34 |
| Octal | 322 | 76 | 65 | 0 | 106 | 113 | 22 | 3 | 100 | 64 |
| Binary | 11010010 | 111110 | 110101 | 0 | 1000110 | 1001011 | 10010 | 11 | 1000000 | 110100 |
Color Harmonies of #D23E35
Complementary color
Monochromatic Colors of #D23E35
Black with #D23E35
Text Example
Text Example
White with #D23E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E35; }
p { color: rgb(210,62,53); }
H1.HeaderClassName
{
color: #D23E35;
}
.AnyTagClassName
{
color: #D23E35;
}
</style>
background-color css
<style>
a { background-color: #D23E35; }
a { background-color: rgb(210,62,53); }
div.DivClassName
{
background-color: #D23E35;
}
.BgClassName
{
background-color: #D23E35;
}
</style>
border-color css
<style>
span { border-color: #D23E35; }
span { border-color: rgb(210,62,53); }
td.TdClassName
{
border-color: #D23E35;
}
.TagClassName
{
border-color: #D23E35;
}
</style>