Shades of Persian Red #D63630
Tints of Persian Red #D63630
RGB
CMYK
RGB Variations
Color information
#D63630 (or 0xD63630) is known color: Persian Red. HEX triplet: D6, 36 and 30. RGB value is (214,54,48). Sum of RGB (Red+Green+Blue) = 214+54+48=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D63630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63630 is #29C9CF. Grayscale: #656565. Windows color (decimal): -2738640 or 3159766. OLE color: 3159766.
HSL color Cylindrical-coordinate representation of color #D63630: hue angle of 2.17º 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 #D63630 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 48 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.16 |
| HSL | 2.17º | 0.67% | 0.51% | - |
| HSV(B) | 2.17º | 0.78% | 0.84% | - |
| XYZ | 29.58 | 17.15 | 4.55 | - |
| YUV | 101.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 48 | 0 | 0.75 | 0.78 | 0.16 | 2.17 | 0.67 | 0.51 |
| Hex | D6 | 36 | 30 | 0 | 4B | 4E | 10 | 2 | 43 | 33 |
| Octal | 326 | 66 | 60 | 0 | 113 | 116 | 20 | 2 | 103 | 63 |
| Binary | 11010110 | 110110 | 110000 | 0 | 1001011 | 1001110 | 10000 | 10 | 1000011 | 110011 |
Color Harmonies of #D63630
Complementary color
Monochromatic Colors of #D63630
Black with #D63630
Text Example
Text Example
White with #D63630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63630; }
p { color: rgb(214,54,48); }
H1.HeaderClassName
{
color: #D63630;
}
.AnyTagClassName
{
color: #D63630;
}
</style>
background-color css
<style>
a { background-color: #D63630; }
a { background-color: rgb(214,54,48); }
div.DivClassName
{
background-color: #D63630;
}
.BgClassName
{
background-color: #D63630;
}
</style>
border-color css
<style>
span { border-color: #D63630; }
span { border-color: rgb(214,54,48); }
td.TdClassName
{
border-color: #D63630;
}
.TagClassName
{
border-color: #D63630;
}
</style>