Shades of Persian Red #D43C26
Tints of Persian Red #D43C26
RGB
CMYK
RGB Variations
Color information
#D43C26 (or 0xD43C26) is known color: Persian Red. HEX triplet: D4, 3C and 26. RGB value is (212,60,38). Sum of RGB (Red+Green+Blue) = 212+60+38=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C26 is #2BC3D9. Grayscale: #676767. Windows color (decimal): -2868186 or 2505940. OLE color: 2505940.
HSL color Cylindrical-coordinate representation of color #D43C26: hue angle of 7.59º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D43C26 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 38 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.17 |
| HSL | 7.59º | 0.7% | 0.49% | - |
| HSV(B) | 7.59º | 0.82% | 0.83% | - |
| XYZ | 29.12 | 17.37 | 3.65 | - |
| YUV | 102.94 | 91.36 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 38 | 0 | 0.72 | 0.82 | 0.17 | 7.59 | 0.7 | 0.49 |
| Hex | D4 | 3C | 26 | 0 | 48 | 52 | 11 | 8 | 46 | 31 |
| Octal | 324 | 74 | 46 | 0 | 110 | 122 | 21 | 10 | 106 | 61 |
| Binary | 11010100 | 111100 | 100110 | 0 | 1001000 | 1010010 | 10001 | 1000 | 1000110 | 110001 |
Color Harmonies of #D43C26
Complementary color
Monochromatic Colors of #D43C26
Black with #D43C26
Text Example
Text Example
White with #D43C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C26; }
p { color: rgb(212,60,38); }
H1.HeaderClassName
{
color: #D43C26;
}
.AnyTagClassName
{
color: #D43C26;
}
</style>
background-color css
<style>
a { background-color: #D43C26; }
a { background-color: rgb(212,60,38); }
div.DivClassName
{
background-color: #D43C26;
}
.BgClassName
{
background-color: #D43C26;
}
</style>
border-color css
<style>
span { border-color: #D43C26; }
span { border-color: rgb(212,60,38); }
td.TdClassName
{
border-color: #D43C26;
}
.TagClassName
{
border-color: #D43C26;
}
</style>