Shades of Persian Red #D23935
Tints of Persian Red #D23935
RGB
CMYK
RGB Variations
Color information
#D23935 (or 0xD23935) is known color: Persian Red. HEX triplet: D2, 39 and 35. RGB value is (210,57,53). Sum of RGB (Red+Green+Blue) = 210+57+53=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D23935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23935 is #2DC6CA. Grayscale: #666666. Windows color (decimal): -3000011 or 3488210. OLE color: 3488210.
HSL color Cylindrical-coordinate representation of color #D23935: hue angle of 1.53º 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 #D23935 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 53 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.18 |
| HSL | 1.53º | 0.64% | 0.52% | - |
| HSV(B) | 1.53º | 0.75% | 0.82% | - |
| XYZ | 28.68 | 16.88 | 5.12 | - |
| YUV | 102.29 | 100.19 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 53 | 0 | 0.73 | 0.75 | 0.18 | 1.53 | 0.64 | 0.52 |
| Hex | D2 | 39 | 35 | 0 | 49 | 4B | 12 | 2 | 40 | 34 |
| Octal | 322 | 71 | 65 | 0 | 111 | 113 | 22 | 2 | 100 | 64 |
| Binary | 11010010 | 111001 | 110101 | 0 | 1001001 | 1001011 | 10010 | 10 | 1000000 | 110100 |
Color Harmonies of #D23935
Complementary color
Monochromatic Colors of #D23935
Black with #D23935
Text Example
Text Example
White with #D23935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23935; }
p { color: rgb(210,57,53); }
H1.HeaderClassName
{
color: #D23935;
}
.AnyTagClassName
{
color: #D23935;
}
</style>
background-color css
<style>
a { background-color: #D23935; }
a { background-color: rgb(210,57,53); }
div.DivClassName
{
background-color: #D23935;
}
.BgClassName
{
background-color: #D23935;
}
</style>
border-color css
<style>
span { border-color: #D23935; }
span { border-color: rgb(210,57,53); }
td.TdClassName
{
border-color: #D23935;
}
.TagClassName
{
border-color: #D23935;
}
</style>