Shades of Persian Red #C0332B
Tints of Persian Red #C0332B
RGB
CMYK
RGB Variations
Color information
#C0332B (or 0xC0332B) is known color: Persian Red. HEX triplet: C0, 33 and 2B. RGB value is (192,51,43). Sum of RGB (Red+Green+Blue) = 192+51+43=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0332B is #3FCCD4. Grayscale: #5C5C5C. Windows color (decimal): -4181205 or 2831296. OLE color: 2831296.
HSL color Cylindrical-coordinate representation of color #C0332B: hue angle of 3.22º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0332B is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 43 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.25 |
| HSL | 3.22º | 0.63% | 0.46% | - |
| HSV(B) | 3.22º | 0.78% | 0.75% | - |
| XYZ | 23.36 | 13.75 | 3.71 | - |
| YUV | 92.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 43 | 0 | 0.73 | 0.78 | 0.25 | 3.22 | 0.63 | 0.46 |
| Hex | C0 | 33 | 2B | 0 | 49 | 4E | 19 | 3 | 3F | 2E |
| Octal | 300 | 63 | 53 | 0 | 111 | 116 | 31 | 3 | 77 | 56 |
| Binary | 11000000 | 110011 | 101011 | 0 | 1001001 | 1001110 | 11001 | 11 | 111111 | 101110 |
Color Harmonies of #C0332B
Complementary color
Monochromatic Colors of #C0332B
Black with #C0332B
Text Example
Text Example
White with #C0332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0332B; }
p { color: rgb(192,51,43); }
H1.HeaderClassName
{
color: #C0332B;
}
.AnyTagClassName
{
color: #C0332B;
}
</style>
background-color css
<style>
a { background-color: #C0332B; }
a { background-color: rgb(192,51,43); }
div.DivClassName
{
background-color: #C0332B;
}
.BgClassName
{
background-color: #C0332B;
}
</style>
border-color css
<style>
span { border-color: #C0332B; }
span { border-color: rgb(192,51,43); }
td.TdClassName
{
border-color: #C0332B;
}
.TagClassName
{
border-color: #C0332B;
}
</style>