Shades of Persian Red #D63A33
Tints of Persian Red #D63A33
RGB
CMYK
RGB Variations
Color information
#D63A33 (or 0xD63A33) is known color: Persian Red. HEX triplet: D6, 3A and 33. RGB value is (214,58,51). Sum of RGB (Red+Green+Blue) = 214+58+51=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A33 is #29C5CC. Grayscale: #686868. Windows color (decimal): -2737613 or 3357398. OLE color: 3357398.
HSL color Cylindrical-coordinate representation of color #D63A33: hue angle of 2.58º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63A33 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 51 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.16 |
| HSL | 2.58º | 0.67% | 0.52% | - |
| HSV(B) | 2.58º | 0.76% | 0.84% | - |
| XYZ | 29.84 | 17.56 | 4.95 | - |
| YUV | 103.85 | 98.18 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 51 | 0 | 0.73 | 0.76 | 0.16 | 2.58 | 0.67 | 0.52 |
| Hex | D6 | 3A | 33 | 0 | 49 | 4C | 10 | 3 | 43 | 34 |
| Octal | 326 | 72 | 63 | 0 | 111 | 114 | 20 | 3 | 103 | 64 |
| Binary | 11010110 | 111010 | 110011 | 0 | 1001001 | 1001100 | 10000 | 11 | 1000011 | 110100 |
Color Harmonies of #D63A33
Complementary color
Monochromatic Colors of #D63A33
Black with #D63A33
Text Example
Text Example
White with #D63A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A33; }
p { color: rgb(214,58,51); }
H1.HeaderClassName
{
color: #D63A33;
}
.AnyTagClassName
{
color: #D63A33;
}
</style>
background-color css
<style>
a { background-color: #D63A33; }
a { background-color: rgb(214,58,51); }
div.DivClassName
{
background-color: #D63A33;
}
.BgClassName
{
background-color: #D63A33;
}
</style>
border-color css
<style>
span { border-color: #D63A33; }
span { border-color: rgb(214,58,51); }
td.TdClassName
{
border-color: #D63A33;
}
.TagClassName
{
border-color: #D63A33;
}
</style>