Shades of Persian Red #D23D2C
Tints of Persian Red #D23D2C
RGB
CMYK
RGB Variations
Color information
#D23D2C (or 0xD23D2C) is known color: Persian Red. HEX triplet: D2, 3D and 2C. RGB value is (210,61,44). Sum of RGB (Red+Green+Blue) = 210+61+44=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23D2C is #2DC2D3. Grayscale: #676767. Windows color (decimal): -2998996 or 2899410. OLE color: 2899410.
HSL color Cylindrical-coordinate representation of color #D23D2C: hue angle of 6.14º 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 #D23D2C is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 44 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.18 |
| HSL | 6.14º | 0.65% | 0.5% | - |
| HSV(B) | 6.14º | 0.79% | 0.82% | - |
| XYZ | 28.7 | 17.22 | 4.19 | - |
| YUV | 103.61 | 94.36 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 44 | 0 | 0.71 | 0.79 | 0.18 | 6.14 | 0.65 | 0.5 |
| Hex | D2 | 3D | 2C | 0 | 47 | 4F | 12 | 6 | 41 | 32 |
| Octal | 322 | 75 | 54 | 0 | 107 | 117 | 22 | 6 | 101 | 62 |
| Binary | 11010010 | 111101 | 101100 | 0 | 1000111 | 1001111 | 10010 | 110 | 1000001 | 110010 |
Color Harmonies of #D23D2C
Complementary color
Monochromatic Colors of #D23D2C
Black with #D23D2C
Text Example
Text Example
White with #D23D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D2C; }
p { color: rgb(210,61,44); }
H1.HeaderClassName
{
color: #D23D2C;
}
.AnyTagClassName
{
color: #D23D2C;
}
</style>
background-color css
<style>
a { background-color: #D23D2C; }
a { background-color: rgb(210,61,44); }
div.DivClassName
{
background-color: #D23D2C;
}
.BgClassName
{
background-color: #D23D2C;
}
</style>
border-color css
<style>
span { border-color: #D23D2C; }
span { border-color: rgb(210,61,44); }
td.TdClassName
{
border-color: #D23D2C;
}
.TagClassName
{
border-color: #D23D2C;
}
</style>