Shades of Persian Red #D23D2F
Tints of Persian Red #D23D2F
RGB
CMYK
RGB Variations
Color information
#D23D2F (or 0xD23D2F) is known color: Persian Red. HEX triplet: D2, 3D and 2F. RGB value is (210,61,47). Sum of RGB (Red+Green+Blue) = 210+61+47=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23D2F is #2DC2D0. Grayscale: #686868. Windows color (decimal): -2998993 or 3096018. OLE color: 3096018.
HSL color Cylindrical-coordinate representation of color #D23D2F: hue angle of 5.15º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D23D2F is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 47 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.18 |
| HSL | 5.15º | 0.64% | 0.5% | - |
| HSV(B) | 5.15º | 0.78% | 0.82% | - |
| XYZ | 28.76 | 17.24 | 4.5 | - |
| YUV | 103.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 47 | 0 | 0.71 | 0.78 | 0.18 | 5.15 | 0.64 | 0.5 |
| Hex | D2 | 3D | 2F | 0 | 47 | 4E | 12 | 5 | 40 | 32 |
| Octal | 322 | 75 | 57 | 0 | 107 | 116 | 22 | 5 | 100 | 62 |
| Binary | 11010010 | 111101 | 101111 | 0 | 1000111 | 1001110 | 10010 | 101 | 1000000 | 110010 |
Color Harmonies of #D23D2F
Complementary color
Monochromatic Colors of #D23D2F
Black with #D23D2F
Text Example
Text Example
White with #D23D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D2F; }
p { color: rgb(210,61,47); }
H1.HeaderClassName
{
color: #D23D2F;
}
.AnyTagClassName
{
color: #D23D2F;
}
</style>
background-color css
<style>
a { background-color: #D23D2F; }
a { background-color: rgb(210,61,47); }
div.DivClassName
{
background-color: #D23D2F;
}
.BgClassName
{
background-color: #D23D2F;
}
</style>
border-color css
<style>
span { border-color: #D23D2F; }
span { border-color: rgb(210,61,47); }
td.TdClassName
{
border-color: #D23D2F;
}
.TagClassName
{
border-color: #D23D2F;
}
</style>