Shades of Persian Red #D43833
Tints of Persian Red #D43833
RGB
CMYK
RGB Variations
Color information
#D43833 (or 0xD43833) is known color: Persian Red. HEX triplet: D4, 38 and 33. RGB value is (212,56,51). Sum of RGB (Red+Green+Blue) = 212+56+51=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D43833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43833 is #2BC7CC. Grayscale: #666666. Windows color (decimal): -2869197 or 3356884. OLE color: 3356884.
HSL color Cylindrical-coordinate representation of color #D43833: hue angle of 1.86º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43833 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 51 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.17 |
| HSL | 1.86º | 0.65% | 0.52% | - |
| HSV(B) | 1.86º | 0.76% | 0.83% | - |
| XYZ | 29.16 | 17.06 | 4.89 | - |
| YUV | 102.07 | 99.18 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 51 | 0 | 0.74 | 0.76 | 0.17 | 1.86 | 0.65 | 0.52 |
| Hex | D4 | 38 | 33 | 0 | 4A | 4C | 11 | 2 | 41 | 34 |
| Octal | 324 | 70 | 63 | 0 | 112 | 114 | 21 | 2 | 101 | 64 |
| Binary | 11010100 | 111000 | 110011 | 0 | 1001010 | 1001100 | 10001 | 10 | 1000001 | 110100 |
Color Harmonies of #D43833
Complementary color
Monochromatic Colors of #D43833
Black with #D43833
Text Example
Text Example
White with #D43833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43833; }
p { color: rgb(212,56,51); }
H1.HeaderClassName
{
color: #D43833;
}
.AnyTagClassName
{
color: #D43833;
}
</style>
background-color css
<style>
a { background-color: #D43833; }
a { background-color: rgb(212,56,51); }
div.DivClassName
{
background-color: #D43833;
}
.BgClassName
{
background-color: #D43833;
}
</style>
border-color css
<style>
span { border-color: #D43833; }
span { border-color: rgb(212,56,51); }
td.TdClassName
{
border-color: #D43833;
}
.TagClassName
{
border-color: #D43833;
}
</style>