Shades of Persian Red #D63C3C
Tints of Persian Red #D63C3C
RGB
CMYK
RGB Variations
Color information
#D63C3C (or 0xD63C3C) is known color: Persian Red. HEX triplet: D6, 3C and 3C. RGB value is (214,60,60). Sum of RGB (Red+Green+Blue) = 214+60+60=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C3C is #29C3C3. Grayscale: #6A6A6A. Windows color (decimal): -2737092 or 3947734. OLE color: 3947734.
HSL color Cylindrical-coordinate representation of color #D63C3C: hue angle of 0º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63C3C is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 60 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.16 |
| HSL | 0º | 0.65% | 0.54% | - |
| HSV(B) | 0º | 0.72% | 0.84% | - |
| XYZ | 30.16 | 17.85 | 6.13 | - |
| YUV | 106.05 | 102.02 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 60 | 0 | 0.72 | 0.72 | 0.16 | 0 | 0.65 | 0.54 |
| Hex | D6 | 3C | 3C | 0 | 48 | 48 | 10 | 0 | 41 | 36 |
| Octal | 326 | 74 | 74 | 0 | 110 | 110 | 20 | 0 | 101 | 66 |
| Binary | 11010110 | 111100 | 111100 | 0 | 1001000 | 1001000 | 10000 | 0 | 1000001 | 110110 |
Color Harmonies of #D63C3C
Complementary color
Monochromatic Colors of #D63C3C
Black with #D63C3C
Text Example
Text Example
White with #D63C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C3C; }
p { color: rgb(214,60,60); }
H1.HeaderClassName
{
color: #D63C3C;
}
.AnyTagClassName
{
color: #D63C3C;
}
</style>
background-color css
<style>
a { background-color: #D63C3C; }
a { background-color: rgb(214,60,60); }
div.DivClassName
{
background-color: #D63C3C;
}
.BgClassName
{
background-color: #D63C3C;
}
</style>
border-color css
<style>
span { border-color: #D63C3C; }
span { border-color: rgb(214,60,60); }
td.TdClassName
{
border-color: #D63C3C;
}
.TagClassName
{
border-color: #D63C3C;
}
</style>