Shades of Persian Red #D23F2D
Tints of Persian Red #D23F2D
RGB
CMYK
RGB Variations
Color information
#D23F2D (or 0xD23F2D) is known color: Persian Red. HEX triplet: D2, 3F and 2D. RGB value is (210,63,45). Sum of RGB (Red+Green+Blue) = 210+63+45=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F2D is #2DC0D2. Grayscale: #696969. Windows color (decimal): -2998483 or 2965458. OLE color: 2965458.
HSL color Cylindrical-coordinate representation of color #D23F2D: hue angle of 6.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D23F2D is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 45 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.18 |
| HSL | 6.55º | 0.65% | 0.5% | - |
| HSV(B) | 6.55º | 0.79% | 0.82% | - |
| XYZ | 28.83 | 17.45 | 4.33 | - |
| YUV | 104.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 45 | 0 | 0.70 | 0.79 | 0.18 | 6.55 | 0.65 | 0.5 |
| Hex | D2 | 3F | 2D | 0 | 46 | 4F | 12 | 7 | 41 | 32 |
| Octal | 322 | 77 | 55 | 0 | 106 | 117 | 22 | 7 | 101 | 62 |
| Binary | 11010010 | 111111 | 101101 | 0 | 1000110 | 1001111 | 10010 | 111 | 1000001 | 110010 |
Color Harmonies of #D23F2D
Complementary color
Monochromatic Colors of #D23F2D
Black with #D23F2D
Text Example
Text Example
White with #D23F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F2D; }
p { color: rgb(210,63,45); }
H1.HeaderClassName
{
color: #D23F2D;
}
.AnyTagClassName
{
color: #D23F2D;
}
</style>
background-color css
<style>
a { background-color: #D23F2D; }
a { background-color: rgb(210,63,45); }
div.DivClassName
{
background-color: #D23F2D;
}
.BgClassName
{
background-color: #D23F2D;
}
</style>
border-color css
<style>
span { border-color: #D23F2D; }
span { border-color: rgb(210,63,45); }
td.TdClassName
{
border-color: #D23F2D;
}
.TagClassName
{
border-color: #D23F2D;
}
</style>