Shades of Persian Red #D63B2F
Tints of Persian Red #D63B2F
RGB
CMYK
RGB Variations
Color information
#D63B2F (or 0xD63B2F) is known color: Persian Red. HEX triplet: D6, 3B and 2F. RGB value is (214,59,47). Sum of RGB (Red+Green+Blue) = 214+59+47=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63B2F is #29C4D0. Grayscale: #686868. Windows color (decimal): -2737361 or 3095510. OLE color: 3095510.
HSL color Cylindrical-coordinate representation of color #D63B2F: hue angle of 4.31º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D63B2F is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 47 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.16 |
| HSL | 4.31º | 0.67% | 0.51% | - |
| HSV(B) | 4.31º | 0.78% | 0.84% | - |
| XYZ | 29.81 | 17.63 | 4.52 | - |
| YUV | 103.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 47 | 0 | 0.72 | 0.78 | 0.16 | 4.31 | 0.67 | 0.51 |
| Hex | D6 | 3B | 2F | 0 | 48 | 4E | 10 | 4 | 43 | 33 |
| Octal | 326 | 73 | 57 | 0 | 110 | 116 | 20 | 4 | 103 | 63 |
| Binary | 11010110 | 111011 | 101111 | 0 | 1001000 | 1001110 | 10000 | 100 | 1000011 | 110011 |
Color Harmonies of #D63B2F
Complementary color
Monochromatic Colors of #D63B2F
Black with #D63B2F
Text Example
Text Example
White with #D63B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63B2F; }
p { color: rgb(214,59,47); }
H1.HeaderClassName
{
color: #D63B2F;
}
.AnyTagClassName
{
color: #D63B2F;
}
</style>
background-color css
<style>
a { background-color: #D63B2F; }
a { background-color: rgb(214,59,47); }
div.DivClassName
{
background-color: #D63B2F;
}
.BgClassName
{
background-color: #D63B2F;
}
</style>
border-color css
<style>
span { border-color: #D63B2F; }
span { border-color: rgb(214,59,47); }
td.TdClassName
{
border-color: #D63B2F;
}
.TagClassName
{
border-color: #D63B2F;
}
</style>