Shades of Persian Red #C03C35
Tints of Persian Red #C03C35
RGB
CMYK
RGB Variations
Color information
#C03C35 (or 0xC03C35) is known color: Persian Red. HEX triplet: C0, 3C and 35. RGB value is (192,60,53). Sum of RGB (Red+Green+Blue) = 192+60+53=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C35 is #3FC3CA. Grayscale: #626262. Windows color (decimal): -4178891 or 3488960. OLE color: 3488960.
HSL color Cylindrical-coordinate representation of color #C03C35: hue angle of 3.02º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03C35 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 53 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.25 |
| HSL | 3.02º | 0.57% | 0.48% | - |
| HSV(B) | 3.02º | 0.72% | 0.75% | - |
| XYZ | 24 | 14.7 | 4.94 | - |
| YUV | 98.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 53 | 0 | 0.69 | 0.72 | 0.25 | 3.02 | 0.57 | 0.48 |
| Hex | C0 | 3C | 35 | 0 | 45 | 48 | 19 | 3 | 39 | 30 |
| Octal | 300 | 74 | 65 | 0 | 105 | 110 | 31 | 3 | 71 | 60 |
| Binary | 11000000 | 111100 | 110101 | 0 | 1000101 | 1001000 | 11001 | 11 | 111001 | 110000 |
Color Harmonies of #C03C35
Complementary color
Monochromatic Colors of #C03C35
Black with #C03C35
Text Example
Text Example
White with #C03C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C35; }
p { color: rgb(192,60,53); }
H1.HeaderClassName
{
color: #C03C35;
}
.AnyTagClassName
{
color: #C03C35;
}
</style>
background-color css
<style>
a { background-color: #C03C35; }
a { background-color: rgb(192,60,53); }
div.DivClassName
{
background-color: #C03C35;
}
.BgClassName
{
background-color: #C03C35;
}
</style>
border-color css
<style>
span { border-color: #C03C35; }
span { border-color: rgb(192,60,53); }
td.TdClassName
{
border-color: #C03C35;
}
.TagClassName
{
border-color: #C03C35;
}
</style>