Shades of Persian Red #D23E3C
Tints of Persian Red #D23E3C
RGB
CMYK
RGB Variations
Color information
#D23E3C (or 0xD23E3C) is known color: Persian Red. HEX triplet: D2, 3E and 3C. RGB value is (210,62,60). Sum of RGB (Red+Green+Blue) = 210+62+60=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E3C is #2DC1C3. Grayscale: #6A6A6A. Windows color (decimal): -2998724 or 3948242. OLE color: 3948242.
HSL color Cylindrical-coordinate representation of color #D23E3C: hue angle of 0.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23E3C is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 60 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.18 |
| HSL | 0.8º | 0.63% | 0.53% | - |
| HSV(B) | 0.8º | 0.71% | 0.82% | - |
| XYZ | 29.12 | 17.47 | 6.11 | - |
| YUV | 106.02 | 102.03 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 60 | 0 | 0.70 | 0.71 | 0.18 | 0.8 | 0.63 | 0.53 |
| Hex | D2 | 3E | 3C | 0 | 46 | 47 | 12 | 1 | 3E | 35 |
| Octal | 322 | 76 | 74 | 0 | 106 | 107 | 22 | 1 | 76 | 65 |
| Binary | 11010010 | 111110 | 111100 | 0 | 1000110 | 1000111 | 10010 | 1 | 111110 | 110101 |
Color Harmonies of #D23E3C
Complementary color
Monochromatic Colors of #D23E3C
Black with #D23E3C
Text Example
Text Example
White with #D23E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E3C; }
p { color: rgb(210,62,60); }
H1.HeaderClassName
{
color: #D23E3C;
}
.AnyTagClassName
{
color: #D23E3C;
}
</style>
background-color css
<style>
a { background-color: #D23E3C; }
a { background-color: rgb(210,62,60); }
div.DivClassName
{
background-color: #D23E3C;
}
.BgClassName
{
background-color: #D23E3C;
}
</style>
border-color css
<style>
span { border-color: #D23E3C; }
span { border-color: rgb(210,62,60); }
td.TdClassName
{
border-color: #D23E3C;
}
.TagClassName
{
border-color: #D23E3C;
}
</style>