Shades of Persian Red #D63430
Tints of Persian Red #D63430
RGB
CMYK
RGB Variations
Color information
#D63430 (or 0xD63430) is known color: Persian Red. HEX triplet: D6, 34 and 30. RGB value is (214,52,48). Sum of RGB (Red+Green+Blue) = 214+52+48=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D63430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63430 is #29CBCF. Grayscale: #646464. Windows color (decimal): -2739152 or 3159254. OLE color: 3159254.
HSL color Cylindrical-coordinate representation of color #D63430: hue angle of 1.45º 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 #D63430 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 48 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.16 |
| HSL | 1.45º | 0.67% | 0.51% | - |
| HSV(B) | 1.45º | 0.78% | 0.84% | - |
| XYZ | 29.49 | 16.97 | 4.52 | - |
| YUV | 99.98 | 98.67 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 48 | 0 | 0.76 | 0.78 | 0.16 | 1.45 | 0.67 | 0.51 |
| Hex | D6 | 34 | 30 | 0 | 4C | 4E | 10 | 1 | 43 | 33 |
| Octal | 326 | 64 | 60 | 0 | 114 | 116 | 20 | 1 | 103 | 63 |
| Binary | 11010110 | 110100 | 110000 | 0 | 1001100 | 1001110 | 10000 | 1 | 1000011 | 110011 |
Color Harmonies of #D63430
Complementary color
Monochromatic Colors of #D63430
Black with #D63430
Text Example
Text Example
White with #D63430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63430; }
p { color: rgb(214,52,48); }
H1.HeaderClassName
{
color: #D63430;
}
.AnyTagClassName
{
color: #D63430;
}
</style>
background-color css
<style>
a { background-color: #D63430; }
a { background-color: rgb(214,52,48); }
div.DivClassName
{
background-color: #D63430;
}
.BgClassName
{
background-color: #D63430;
}
</style>
border-color css
<style>
span { border-color: #D63430; }
span { border-color: rgb(214,52,48); }
td.TdClassName
{
border-color: #D63430;
}
.TagClassName
{
border-color: #D63430;
}
</style>