Shades of Persian Red #D6332C
Tints of Persian Red #D6332C
RGB
CMYK
RGB Variations
Color information
#D6332C (or 0xD6332C) is known color: Persian Red. HEX triplet: D6, 33 and 2C. RGB value is (214,51,44). Sum of RGB (Red+Green+Blue) = 214+51+44=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6332C is #29CCD3. Grayscale: #636363. Windows color (decimal): -2739412 or 2896854. OLE color: 2896854.
HSL color Cylindrical-coordinate representation of color #D6332C: hue angle of 2.47º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6332C is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 44 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.16 |
| HSL | 2.47º | 0.67% | 0.51% | - |
| HSV(B) | 2.47º | 0.79% | 0.84% | - |
| XYZ | 29.37 | 16.85 | 4.09 | - |
| YUV | 98.94 | 97 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 44 | 0 | 0.76 | 0.79 | 0.16 | 2.47 | 0.67 | 0.51 |
| Hex | D6 | 33 | 2C | 0 | 4C | 4F | 10 | 2 | 43 | 33 |
| Octal | 326 | 63 | 54 | 0 | 114 | 117 | 20 | 2 | 103 | 63 |
| Binary | 11010110 | 110011 | 101100 | 0 | 1001100 | 1001111 | 10000 | 10 | 1000011 | 110011 |
Color Harmonies of #D6332C
Complementary color
Monochromatic Colors of #D6332C
Black with #D6332C
Text Example
Text Example
White with #D6332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6332C; }
p { color: rgb(214,51,44); }
H1.HeaderClassName
{
color: #D6332C;
}
.AnyTagClassName
{
color: #D6332C;
}
</style>
background-color css
<style>
a { background-color: #D6332C; }
a { background-color: rgb(214,51,44); }
div.DivClassName
{
background-color: #D6332C;
}
.BgClassName
{
background-color: #D6332C;
}
</style>
border-color css
<style>
span { border-color: #D6332C; }
span { border-color: rgb(214,51,44); }
td.TdClassName
{
border-color: #D6332C;
}
.TagClassName
{
border-color: #D6332C;
}
</style>