Shades of Persian Red #C03C33
Tints of Persian Red #C03C33
RGB
CMYK
RGB Variations
Color information
#C03C33 (or 0xC03C33) is known color: Persian Red. HEX triplet: C0, 3C and 33. RGB value is (192,60,51). Sum of RGB (Red+Green+Blue) = 192+60+51=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C33 is #3FC3CC. Grayscale: #626262. Windows color (decimal): -4178893 or 3357888. OLE color: 3357888.
HSL color Cylindrical-coordinate representation of color #C03C33: hue angle of 3.83º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03C33 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 51 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.25 |
| HSL | 3.83º | 0.58% | 0.48% | - |
| HSV(B) | 3.83º | 0.73% | 0.75% | - |
| XYZ | 23.95 | 14.68 | 4.7 | - |
| YUV | 98.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 51 | 0 | 0.69 | 0.73 | 0.25 | 3.83 | 0.58 | 0.48 |
| Hex | C0 | 3C | 33 | 0 | 45 | 49 | 19 | 4 | 3A | 30 |
| Octal | 300 | 74 | 63 | 0 | 105 | 111 | 31 | 4 | 72 | 60 |
| Binary | 11000000 | 111100 | 110011 | 0 | 1000101 | 1001001 | 11001 | 100 | 111010 | 110000 |
Color Harmonies of #C03C33
Complementary color
Monochromatic Colors of #C03C33
Black with #C03C33
Text Example
Text Example
White with #C03C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C33; }
p { color: rgb(192,60,51); }
H1.HeaderClassName
{
color: #C03C33;
}
.AnyTagClassName
{
color: #C03C33;
}
</style>
background-color css
<style>
a { background-color: #C03C33; }
a { background-color: rgb(192,60,51); }
div.DivClassName
{
background-color: #C03C33;
}
.BgClassName
{
background-color: #C03C33;
}
</style>
border-color css
<style>
span { border-color: #C03C33; }
span { border-color: rgb(192,60,51); }
td.TdClassName
{
border-color: #C03C33;
}
.TagClassName
{
border-color: #C03C33;
}
</style>