Shades of Persian Red #D43228
Tints of Persian Red #D43228
RGB
CMYK
RGB Variations
Color information
#D43228 (or 0xD43228) is known color: Persian Red. HEX triplet: D4, 32 and 28. RGB value is (212,50,40). Sum of RGB (Red+Green+Blue) = 212+50+40=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D43228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43228 is #2BCDD7. Grayscale: #616161. Windows color (decimal): -2870744 or 2634452. OLE color: 2634452.
HSL color Cylindrical-coordinate representation of color #D43228: hue angle of 3.49º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D43228 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 40 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.17 |
| HSL | 3.49º | 0.68% | 0.49% | - |
| HSV(B) | 3.49º | 0.81% | 0.83% | - |
| XYZ | 28.67 | 16.43 | 3.67 | - |
| YUV | 97.3 | 95.67 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 40 | 0 | 0.76 | 0.81 | 0.17 | 3.49 | 0.68 | 0.49 |
| Hex | D4 | 32 | 28 | 0 | 4C | 51 | 11 | 3 | 44 | 31 |
| Octal | 324 | 62 | 50 | 0 | 114 | 121 | 21 | 3 | 104 | 61 |
| Binary | 11010100 | 110010 | 101000 | 0 | 1001100 | 1010001 | 10001 | 11 | 1000100 | 110001 |
Color Harmonies of #D43228
Complementary color
Monochromatic Colors of #D43228
Black with #D43228
Text Example
Text Example
White with #D43228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43228; }
p { color: rgb(212,50,40); }
H1.HeaderClassName
{
color: #D43228;
}
.AnyTagClassName
{
color: #D43228;
}
</style>
background-color css
<style>
a { background-color: #D43228; }
a { background-color: rgb(212,50,40); }
div.DivClassName
{
background-color: #D43228;
}
.BgClassName
{
background-color: #D43228;
}
</style>
border-color css
<style>
span { border-color: #D43228; }
span { border-color: rgb(212,50,40); }
td.TdClassName
{
border-color: #D43228;
}
.TagClassName
{
border-color: #D43228;
}
</style>