Shades of Persian Red #D23F31
Tints of Persian Red #D23F31
RGB
CMYK
RGB Variations
Color information
#D23F31 (or 0xD23F31) is known color: Persian Red. HEX triplet: D2, 3F and 31. RGB value is (210,63,49). Sum of RGB (Red+Green+Blue) = 210+63+49=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F31 is #2DC0CE. Grayscale: #696969. Windows color (decimal): -2998479 or 3227602. OLE color: 3227602.
HSL color Cylindrical-coordinate representation of color #D23F31: hue angle of 5.22º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23F31 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 49 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.18 |
| HSL | 5.22º | 0.64% | 0.51% | - |
| HSV(B) | 5.22º | 0.77% | 0.82% | - |
| XYZ | 28.91 | 17.48 | 4.76 | - |
| YUV | 105.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 49 | 0 | 0.70 | 0.77 | 0.18 | 5.22 | 0.64 | 0.51 |
| Hex | D2 | 3F | 31 | 0 | 46 | 4D | 12 | 5 | 40 | 33 |
| Octal | 322 | 77 | 61 | 0 | 106 | 115 | 22 | 5 | 100 | 63 |
| Binary | 11010010 | 111111 | 110001 | 0 | 1000110 | 1001101 | 10010 | 101 | 1000000 | 110011 |
Color Harmonies of #D23F31
Complementary color
Monochromatic Colors of #D23F31
Black with #D23F31
Text Example
Text Example
White with #D23F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F31; }
p { color: rgb(210,63,49); }
H1.HeaderClassName
{
color: #D23F31;
}
.AnyTagClassName
{
color: #D23F31;
}
</style>
background-color css
<style>
a { background-color: #D23F31; }
a { background-color: rgb(210,63,49); }
div.DivClassName
{
background-color: #D23F31;
}
.BgClassName
{
background-color: #D23F31;
}
</style>
border-color css
<style>
span { border-color: #D23F31; }
span { border-color: rgb(210,63,49); }
td.TdClassName
{
border-color: #D23F31;
}
.TagClassName
{
border-color: #D23F31;
}
</style>