Shades of Persian Red #D23832
Tints of Persian Red #D23832
RGB
CMYK
RGB Variations
Color information
#D23832 (or 0xD23832) is known color: Persian Red. HEX triplet: D2, 38 and 32. RGB value is (210,56,50). Sum of RGB (Red+Green+Blue) = 210+56+50=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D23832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23832 is #2DC7CD. Grayscale: #656565. Windows color (decimal): -3000270 or 3291346. OLE color: 3291346.
HSL color Cylindrical-coordinate representation of color #D23832: hue angle of 2.25º 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 #D23832 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 50 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.18 |
| HSL | 2.25º | 0.64% | 0.51% | - |
| HSV(B) | 2.25º | 0.76% | 0.82% | - |
| XYZ | 28.57 | 16.76 | 4.75 | - |
| YUV | 101.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 50 | 0 | 0.73 | 0.76 | 0.18 | 2.25 | 0.64 | 0.51 |
| Hex | D2 | 38 | 32 | 0 | 49 | 4C | 12 | 2 | 40 | 33 |
| Octal | 322 | 70 | 62 | 0 | 111 | 114 | 22 | 2 | 100 | 63 |
| Binary | 11010010 | 111000 | 110010 | 0 | 1001001 | 1001100 | 10010 | 10 | 1000000 | 110011 |
Color Harmonies of #D23832
Complementary color
Monochromatic Colors of #D23832
Black with #D23832
Text Example
Text Example
White with #D23832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23832; }
p { color: rgb(210,56,50); }
H1.HeaderClassName
{
color: #D23832;
}
.AnyTagClassName
{
color: #D23832;
}
</style>
background-color css
<style>
a { background-color: #D23832; }
a { background-color: rgb(210,56,50); }
div.DivClassName
{
background-color: #D23832;
}
.BgClassName
{
background-color: #D23832;
}
</style>
border-color css
<style>
span { border-color: #D23832; }
span { border-color: rgb(210,56,50); }
td.TdClassName
{
border-color: #D23832;
}
.TagClassName
{
border-color: #D23832;
}
</style>