Shades of Persian Red #D63431
Tints of Persian Red #D63431
RGB
CMYK
RGB Variations
Color information
#D63431 (or 0xD63431) is known color: Persian Red. HEX triplet: D6, 34 and 31. RGB value is (214,52,49). Sum of RGB (Red+Green+Blue) = 214+52+49=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D63431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63431 is #29CBCE. Grayscale: #646464. Windows color (decimal): -2739151 or 3224790. OLE color: 3224790.
HSL color Cylindrical-coordinate representation of color #D63431: hue angle of 1.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63431 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 49 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.16 |
| HSL | 1.09º | 0.67% | 0.52% | - |
| HSV(B) | 1.09º | 0.77% | 0.84% | - |
| XYZ | 29.51 | 16.97 | 4.63 | - |
| YUV | 100.1 | 99.17 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 49 | 0 | 0.76 | 0.77 | 0.16 | 1.09 | 0.67 | 0.52 |
| Hex | D6 | 34 | 31 | 0 | 4C | 4D | 10 | 1 | 43 | 34 |
| Octal | 326 | 64 | 61 | 0 | 114 | 115 | 20 | 1 | 103 | 64 |
| Binary | 11010110 | 110100 | 110001 | 0 | 1001100 | 1001101 | 10000 | 1 | 1000011 | 110100 |
Color Harmonies of #D63431
Complementary color
Monochromatic Colors of #D63431
Black with #D63431
Text Example
Text Example
White with #D63431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63431; }
p { color: rgb(214,52,49); }
H1.HeaderClassName
{
color: #D63431;
}
.AnyTagClassName
{
color: #D63431;
}
</style>
background-color css
<style>
a { background-color: #D63431; }
a { background-color: rgb(214,52,49); }
div.DivClassName
{
background-color: #D63431;
}
.BgClassName
{
background-color: #D63431;
}
</style>
border-color css
<style>
span { border-color: #D63431; }
span { border-color: rgb(214,52,49); }
td.TdClassName
{
border-color: #D63431;
}
.TagClassName
{
border-color: #D63431;
}
</style>