Shades of Persian Red #D23D32
Tints of Persian Red #D23D32
RGB
CMYK
RGB Variations
Color information
#D23D32 (or 0xD23D32) is known color: Persian Red. HEX triplet: D2, 3D and 32. RGB value is (210,61,50). Sum of RGB (Red+Green+Blue) = 210+61+50=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23D32 is #2DC2CD. Grayscale: #686868. Windows color (decimal): -2998990 or 3292626. OLE color: 3292626.
HSL color Cylindrical-coordinate representation of color #D23D32: hue angle of 4.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23D32 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 50 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.18 |
| HSL | 4.13º | 0.64% | 0.51% | - |
| HSV(B) | 4.13º | 0.76% | 0.82% | - |
| XYZ | 28.82 | 17.27 | 4.83 | - |
| YUV | 104.3 | 97.36 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 50 | 0 | 0.71 | 0.76 | 0.18 | 4.13 | 0.64 | 0.51 |
| Hex | D2 | 3D | 32 | 0 | 47 | 4C | 12 | 4 | 40 | 33 |
| Octal | 322 | 75 | 62 | 0 | 107 | 114 | 22 | 4 | 100 | 63 |
| Binary | 11010010 | 111101 | 110010 | 0 | 1000111 | 1001100 | 10010 | 100 | 1000000 | 110011 |
Color Harmonies of #D23D32
Complementary color
Monochromatic Colors of #D23D32
Black with #D23D32
Text Example
Text Example
White with #D23D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D32; }
p { color: rgb(210,61,50); }
H1.HeaderClassName
{
color: #D23D32;
}
.AnyTagClassName
{
color: #D23D32;
}
</style>
background-color css
<style>
a { background-color: #D23D32; }
a { background-color: rgb(210,61,50); }
div.DivClassName
{
background-color: #D23D32;
}
.BgClassName
{
background-color: #D23D32;
}
</style>
border-color css
<style>
span { border-color: #D23D32; }
span { border-color: rgb(210,61,50); }
td.TdClassName
{
border-color: #D23D32;
}
.TagClassName
{
border-color: #D23D32;
}
</style>