Shades of Persian Red #D23E3E
Tints of Persian Red #D23E3E
RGB
CMYK
RGB Variations
Color information
#D23E3E (or 0xD23E3E) is known color: Persian Red. HEX triplet: D2, 3E and 3E. RGB value is (210,62,62). Sum of RGB (Red+Green+Blue) = 210+62+62=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E3E is #2DC1C1. Grayscale: #6A6A6A. Windows color (decimal): -2998722 or 4079314. OLE color: 4079314.
HSL color Cylindrical-coordinate representation of color #D23E3E: hue angle of 0º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23E3E is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 62 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.18 |
| HSL | 0º | 0.62% | 0.53% | - |
| HSV(B) | 0º | 0.7% | 0.82% | - |
| XYZ | 29.17 | 17.49 | 6.4 | - |
| YUV | 106.25 | 103.03 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 62 | 0 | 0.70 | 0.70 | 0.18 | 0 | 0.62 | 0.53 |
| Hex | D2 | 3E | 3E | 0 | 46 | 46 | 12 | 0 | 3E | 35 |
| Octal | 322 | 76 | 76 | 0 | 106 | 106 | 22 | 0 | 76 | 65 |
| Binary | 11010010 | 111110 | 111110 | 0 | 1000110 | 1000110 | 10010 | 0 | 111110 | 110101 |
Color Harmonies of #D23E3E
Complementary color
Monochromatic Colors of #D23E3E
Black with #D23E3E
Text Example
Text Example
White with #D23E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E3E; }
p { color: rgb(210,62,62); }
H1.HeaderClassName
{
color: #D23E3E;
}
.AnyTagClassName
{
color: #D23E3E;
}
</style>
background-color css
<style>
a { background-color: #D23E3E; }
a { background-color: rgb(210,62,62); }
div.DivClassName
{
background-color: #D23E3E;
}
.BgClassName
{
background-color: #D23E3E;
}
</style>
border-color css
<style>
span { border-color: #D23E3E; }
span { border-color: rgb(210,62,62); }
td.TdClassName
{
border-color: #D23E3E;
}
.TagClassName
{
border-color: #D23E3E;
}
</style>