Shades of Persian Red #D43830
Tints of Persian Red #D43830
RGB
CMYK
RGB Variations
Color information
#D43830 (or 0xD43830) is known color: Persian Red. HEX triplet: D4, 38 and 30. RGB value is (212,56,48). Sum of RGB (Red+Green+Blue) = 212+56+48=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D43830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43830 is #2BC7CF. Grayscale: #656565. Windows color (decimal): -2869200 or 3160276. OLE color: 3160276.
HSL color Cylindrical-coordinate representation of color #D43830: hue angle of 2.93º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43830 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 48 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.17 |
| HSL | 2.93º | 0.66% | 0.51% | - |
| HSV(B) | 2.93º | 0.77% | 0.83% | - |
| XYZ | 29.1 | 17.04 | 4.55 | - |
| YUV | 101.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 48 | 0 | 0.74 | 0.77 | 0.17 | 2.93 | 0.66 | 0.51 |
| Hex | D4 | 38 | 30 | 0 | 4A | 4D | 11 | 3 | 42 | 33 |
| Octal | 324 | 70 | 60 | 0 | 112 | 115 | 21 | 3 | 102 | 63 |
| Binary | 11010100 | 111000 | 110000 | 0 | 1001010 | 1001101 | 10001 | 11 | 1000010 | 110011 |
Color Harmonies of #D43830
Complementary color
Monochromatic Colors of #D43830
Black with #D43830
Text Example
Text Example
White with #D43830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43830; }
p { color: rgb(212,56,48); }
H1.HeaderClassName
{
color: #D43830;
}
.AnyTagClassName
{
color: #D43830;
}
</style>
background-color css
<style>
a { background-color: #D43830; }
a { background-color: rgb(212,56,48); }
div.DivClassName
{
background-color: #D43830;
}
.BgClassName
{
background-color: #D43830;
}
</style>
border-color css
<style>
span { border-color: #D43830; }
span { border-color: rgb(212,56,48); }
td.TdClassName
{
border-color: #D43830;
}
.TagClassName
{
border-color: #D43830;
}
</style>