Shades of Persian Red #D43B2F
Tints of Persian Red #D43B2F
RGB
CMYK
RGB Variations
Color information
#D43B2F (or 0xD43B2F) is known color: Persian Red. HEX triplet: D4, 3B and 2F. RGB value is (212,59,47). Sum of RGB (Red+Green+Blue) = 212+59+47=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43B2F is #2BC4D0. Grayscale: #676767. Windows color (decimal): -2868433 or 3095508. OLE color: 3095508.
HSL color Cylindrical-coordinate representation of color #D43B2F: hue angle of 4.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D43B2F is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 47 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.17 |
| HSL | 4.36º | 0.66% | 0.51% | - |
| HSV(B) | 4.36º | 0.78% | 0.83% | - |
| XYZ | 29.23 | 17.33 | 4.49 | - |
| YUV | 103.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 47 | 0 | 0.72 | 0.78 | 0.17 | 4.36 | 0.66 | 0.51 |
| Hex | D4 | 3B | 2F | 0 | 48 | 4E | 11 | 4 | 42 | 33 |
| Octal | 324 | 73 | 57 | 0 | 110 | 116 | 21 | 4 | 102 | 63 |
| Binary | 11010100 | 111011 | 101111 | 0 | 1001000 | 1001110 | 10001 | 100 | 1000010 | 110011 |
Color Harmonies of #D43B2F
Complementary color
Monochromatic Colors of #D43B2F
Black with #D43B2F
Text Example
Text Example
White with #D43B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B2F; }
p { color: rgb(212,59,47); }
H1.HeaderClassName
{
color: #D43B2F;
}
.AnyTagClassName
{
color: #D43B2F;
}
</style>
background-color css
<style>
a { background-color: #D43B2F; }
a { background-color: rgb(212,59,47); }
div.DivClassName
{
background-color: #D43B2F;
}
.BgClassName
{
background-color: #D43B2F;
}
</style>
border-color css
<style>
span { border-color: #D43B2F; }
span { border-color: rgb(212,59,47); }
td.TdClassName
{
border-color: #D43B2F;
}
.TagClassName
{
border-color: #D43B2F;
}
</style>