Shades of Persian Red #D23735
Tints of Persian Red #D23735
RGB
CMYK
RGB Variations
Color information
#D23735 (or 0xD23735) is known color: Persian Red. HEX triplet: D2, 37 and 35. RGB value is (210,55,53). Sum of RGB (Red+Green+Blue) = 210+55+53=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D23735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23735 is #2DC8CA. Grayscale: #656565. Windows color (decimal): -3000523 or 3487698. OLE color: 3487698.
HSL color Cylindrical-coordinate representation of color #D23735: hue angle of 0.76º 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 #D23735 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 53 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.18 |
| HSL | 0.76º | 0.64% | 0.52% | - |
| HSV(B) | 0.76º | 0.75% | 0.82% | - |
| XYZ | 28.59 | 16.69 | 5.08 | - |
| YUV | 101.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 53 | 0 | 0.74 | 0.75 | 0.18 | 0.76 | 0.64 | 0.52 |
| Hex | D2 | 37 | 35 | 0 | 4A | 4B | 12 | 1 | 40 | 34 |
| Octal | 322 | 67 | 65 | 0 | 112 | 113 | 22 | 1 | 100 | 64 |
| Binary | 11010010 | 110111 | 110101 | 0 | 1001010 | 1001011 | 10010 | 1 | 1000000 | 110100 |
Color Harmonies of #D23735
Complementary color
Monochromatic Colors of #D23735
Black with #D23735
Text Example
Text Example
White with #D23735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23735; }
p { color: rgb(210,55,53); }
H1.HeaderClassName
{
color: #D23735;
}
.AnyTagClassName
{
color: #D23735;
}
</style>
background-color css
<style>
a { background-color: #D23735; }
a { background-color: rgb(210,55,53); }
div.DivClassName
{
background-color: #D23735;
}
.BgClassName
{
background-color: #D23735;
}
</style>
border-color css
<style>
span { border-color: #D23735; }
span { border-color: rgb(210,55,53); }
td.TdClassName
{
border-color: #D23735;
}
.TagClassName
{
border-color: #D23735;
}
</style>