Shades of Persian Red #C0332C
Tints of Persian Red #C0332C
RGB
CMYK
RGB Variations
Color information
#C0332C (or 0xC0332C) is known color: Persian Red. HEX triplet: C0, 33 and 2C. RGB value is (192,51,44). Sum of RGB (Red+Green+Blue) = 192+51+44=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0332C is #3FCCD3. Grayscale: #5C5C5C. Windows color (decimal): -4181204 or 2896832. OLE color: 2896832.
HSL color Cylindrical-coordinate representation of color #C0332C: hue angle of 2.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0332C is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 44 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.25 |
| HSL | 2.84º | 0.63% | 0.46% | - |
| HSV(B) | 2.84º | 0.77% | 0.75% | - |
| XYZ | 23.38 | 13.76 | 3.81 | - |
| YUV | 92.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 44 | 0 | 0.73 | 0.77 | 0.25 | 2.84 | 0.63 | 0.46 |
| Hex | C0 | 33 | 2C | 0 | 49 | 4D | 19 | 3 | 3F | 2E |
| Octal | 300 | 63 | 54 | 0 | 111 | 115 | 31 | 3 | 77 | 56 |
| Binary | 11000000 | 110011 | 101100 | 0 | 1001001 | 1001101 | 11001 | 11 | 111111 | 101110 |
Color Harmonies of #C0332C
Complementary color
Monochromatic Colors of #C0332C
Black with #C0332C
Text Example
Text Example
White with #C0332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0332C; }
p { color: rgb(192,51,44); }
H1.HeaderClassName
{
color: #C0332C;
}
.AnyTagClassName
{
color: #C0332C;
}
</style>
background-color css
<style>
a { background-color: #C0332C; }
a { background-color: rgb(192,51,44); }
div.DivClassName
{
background-color: #C0332C;
}
.BgClassName
{
background-color: #C0332C;
}
</style>
border-color css
<style>
span { border-color: #C0332C; }
span { border-color: rgb(192,51,44); }
td.TdClassName
{
border-color: #C0332C;
}
.TagClassName
{
border-color: #C0332C;
}
</style>