Shades of Persian Red #D63629
Tints of Persian Red #D63629
RGB
CMYK
RGB Variations
Color information
#D63629 (or 0xD63629) is known color: Persian Red. HEX triplet: D6, 36 and 29. RGB value is (214,54,41). Sum of RGB (Red+Green+Blue) = 214+54+41=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D63629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63629 is #29C9D6. Grayscale: #646464. Windows color (decimal): -2738647 or 2701014. OLE color: 2701014.
HSL color Cylindrical-coordinate representation of color #D63629: hue angle of 4.51º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D63629 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 41 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.16 |
| HSL | 4.51º | 0.68% | 0.5% | - |
| HSV(B) | 4.51º | 0.81% | 0.84% | - |
| XYZ | 29.45 | 17.09 | 3.85 | - |
| YUV | 100.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 41 | 0 | 0.75 | 0.81 | 0.16 | 4.51 | 0.68 | 0.5 |
| Hex | D6 | 36 | 29 | 0 | 4B | 51 | 10 | 5 | 44 | 32 |
| Octal | 326 | 66 | 51 | 0 | 113 | 121 | 20 | 5 | 104 | 62 |
| Binary | 11010110 | 110110 | 101001 | 0 | 1001011 | 1010001 | 10000 | 101 | 1000100 | 110010 |
Color Harmonies of #D63629
Complementary color
Monochromatic Colors of #D63629
Black with #D63629
Text Example
Text Example
White with #D63629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63629; }
p { color: rgb(214,54,41); }
H1.HeaderClassName
{
color: #D63629;
}
.AnyTagClassName
{
color: #D63629;
}
</style>
background-color css
<style>
a { background-color: #D63629; }
a { background-color: rgb(214,54,41); }
div.DivClassName
{
background-color: #D63629;
}
.BgClassName
{
background-color: #D63629;
}
</style>
border-color css
<style>
span { border-color: #D63629; }
span { border-color: rgb(214,54,41); }
td.TdClassName
{
border-color: #D63629;
}
.TagClassName
{
border-color: #D63629;
}
</style>