Shades of Persian Red #D43F3C
Tints of Persian Red #D43F3C
RGB
CMYK
RGB Variations
Color information
#D43F3C (or 0xD43F3C) is known color: Persian Red. HEX triplet: D4, 3F and 3C. RGB value is (212,63,60). Sum of RGB (Red+Green+Blue) = 212+63+60=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43F3C is #2BC0C3. Grayscale: #6B6B6B. Windows color (decimal): -2867396 or 3948500. OLE color: 3948500.
HSL color Cylindrical-coordinate representation of color #D43F3C: hue angle of 1.18º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43F3C is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 63 | 60 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.17 |
| HSL | 1.18º | 0.64% | 0.53% | - |
| HSV(B) | 1.18º | 0.72% | 0.83% | - |
| XYZ | 29.74 | 17.88 | 6.16 | - |
| YUV | 107.21 | 101.36 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 60 | 0 | 0.70 | 0.72 | 0.17 | 1.18 | 0.64 | 0.53 |
| Hex | D4 | 3F | 3C | 0 | 46 | 48 | 11 | 1 | 40 | 35 |
| Octal | 324 | 77 | 74 | 0 | 106 | 110 | 21 | 1 | 100 | 65 |
| Binary | 11010100 | 111111 | 111100 | 0 | 1000110 | 1001000 | 10001 | 1 | 1000000 | 110101 |
Color Harmonies of #D43F3C
Complementary color
Monochromatic Colors of #D43F3C
Black with #D43F3C
Text Example
Text Example
White with #D43F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43F3C; }
p { color: rgb(212,63,60); }
H1.HeaderClassName
{
color: #D43F3C;
}
.AnyTagClassName
{
color: #D43F3C;
}
</style>
background-color css
<style>
a { background-color: #D43F3C; }
a { background-color: rgb(212,63,60); }
div.DivClassName
{
background-color: #D43F3C;
}
.BgClassName
{
background-color: #D43F3C;
}
</style>
border-color css
<style>
span { border-color: #D43F3C; }
span { border-color: rgb(212,63,60); }
td.TdClassName
{
border-color: #D43F3C;
}
.TagClassName
{
border-color: #D43F3C;
}
</style>