Shades of Persian Red #D63228
Tints of Persian Red #D63228
RGB
CMYK
RGB Variations
Color information
#D63228 (or 0xD63228) is known color: Persian Red. HEX triplet: D6, 32 and 28. RGB value is (214,50,40). Sum of RGB (Red+Green+Blue) = 214+50+40=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D63228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63228 is #29CDD7. Grayscale: #626262. Windows color (decimal): -2739672 or 2634454. OLE color: 2634454.
HSL color Cylindrical-coordinate representation of color #D63228: hue angle of 3.45º degrees, saturation: 0.69, 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 #D63228 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 40 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.16 |
| HSL | 3.45º | 0.69% | 0.5% | - |
| HSV(B) | 3.45º | 0.81% | 0.84% | - |
| XYZ | 29.26 | 16.73 | 3.69 | - |
| YUV | 97.9 | 95.33 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 40 | 0 | 0.77 | 0.81 | 0.16 | 3.45 | 0.69 | 0.5 |
| Hex | D6 | 32 | 28 | 0 | 4D | 51 | 10 | 3 | 45 | 32 |
| Octal | 326 | 62 | 50 | 0 | 115 | 121 | 20 | 3 | 105 | 62 |
| Binary | 11010110 | 110010 | 101000 | 0 | 1001101 | 1010001 | 10000 | 11 | 1000101 | 110010 |
Color Harmonies of #D63228
Complementary color
Monochromatic Colors of #D63228
Black with #D63228
Text Example
Text Example
White with #D63228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63228; }
p { color: rgb(214,50,40); }
H1.HeaderClassName
{
color: #D63228;
}
.AnyTagClassName
{
color: #D63228;
}
</style>
background-color css
<style>
a { background-color: #D63228; }
a { background-color: rgb(214,50,40); }
div.DivClassName
{
background-color: #D63228;
}
.BgClassName
{
background-color: #D63228;
}
</style>
border-color css
<style>
span { border-color: #D63228; }
span { border-color: rgb(214,50,40); }
td.TdClassName
{
border-color: #D63228;
}
.TagClassName
{
border-color: #D63228;
}
</style>