Shades of Persian Red #D23736
Tints of Persian Red #D23736
RGB
CMYK
RGB Variations
Color information
#D23736 (or 0xD23736) is known color: Persian Red. HEX triplet: D2, 37 and 36. RGB value is (210,55,54). Sum of RGB (Red+Green+Blue) = 210+55+54=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D23736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23736 is #2DC8C9. Grayscale: #656565. Windows color (decimal): -3000522 or 3553234. OLE color: 3553234.
HSL color Cylindrical-coordinate representation of color #D23736: hue angle of 0.38º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23736 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 54 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.18 |
| HSL | 0.38º | 0.63% | 0.52% | - |
| HSV(B) | 0.38º | 0.74% | 0.82% | - |
| XYZ | 28.61 | 16.7 | 5.21 | - |
| YUV | 101.23 | 101.35 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 54 | 0 | 0.74 | 0.74 | 0.18 | 0.38 | 0.63 | 0.52 |
| Hex | D2 | 37 | 36 | 0 | 4A | 4A | 12 | 0 | 3F | 34 |
| Octal | 322 | 67 | 66 | 0 | 112 | 112 | 22 | 0 | 77 | 64 |
| Binary | 11010010 | 110111 | 110110 | 0 | 1001010 | 1001010 | 10010 | 0 | 111111 | 110100 |
Color Harmonies of #D23736
Complementary color
Monochromatic Colors of #D23736
Black with #D23736
Text Example
Text Example
White with #D23736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23736; }
p { color: rgb(210,55,54); }
H1.HeaderClassName
{
color: #D23736;
}
.AnyTagClassName
{
color: #D23736;
}
</style>
background-color css
<style>
a { background-color: #D23736; }
a { background-color: rgb(210,55,54); }
div.DivClassName
{
background-color: #D23736;
}
.BgClassName
{
background-color: #D23736;
}
</style>
border-color css
<style>
span { border-color: #D23736; }
span { border-color: rgb(210,55,54); }
td.TdClassName
{
border-color: #D23736;
}
.TagClassName
{
border-color: #D23736;
}
</style>