Shades of Persian Red #D4362A
Tints of Persian Red #D4362A
RGB
CMYK
RGB Variations
Color information
#D4362A (or 0xD4362A) is known color: Persian Red. HEX triplet: D4, 36 and 2A. RGB value is (212,54,42). Sum of RGB (Red+Green+Blue) = 212+54+42=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4362A is #2BC9D5. Grayscale: #646464. Windows color (decimal): -2869718 or 2766548. OLE color: 2766548.
HSL color Cylindrical-coordinate representation of color #D4362A: hue angle of 4.24º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4362A is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 42 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.17 |
| HSL | 4.24º | 0.67% | 0.5% | - |
| HSV(B) | 4.24º | 0.8% | 0.83% | - |
| XYZ | 28.89 | 16.8 | 3.91 | - |
| YUV | 99.87 | 95.35 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 42 | 0 | 0.75 | 0.80 | 0.17 | 4.24 | 0.67 | 0.5 |
| Hex | D4 | 36 | 2A | 0 | 4B | 50 | 11 | 4 | 43 | 32 |
| Octal | 324 | 66 | 52 | 0 | 113 | 120 | 21 | 4 | 103 | 62 |
| Binary | 11010100 | 110110 | 101010 | 0 | 1001011 | 1010000 | 10001 | 100 | 1000011 | 110010 |
Color Harmonies of #D4362A
Complementary color
Monochromatic Colors of #D4362A
Black with #D4362A
Text Example
Text Example
White with #D4362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4362A; }
p { color: rgb(212,54,42); }
H1.HeaderClassName
{
color: #D4362A;
}
.AnyTagClassName
{
color: #D4362A;
}
</style>
background-color css
<style>
a { background-color: #D4362A; }
a { background-color: rgb(212,54,42); }
div.DivClassName
{
background-color: #D4362A;
}
.BgClassName
{
background-color: #D4362A;
}
</style>
border-color css
<style>
span { border-color: #D4362A; }
span { border-color: rgb(212,54,42); }
td.TdClassName
{
border-color: #D4362A;
}
.TagClassName
{
border-color: #D4362A;
}
</style>