Shades of Persian Red #C03D34
Tints of Persian Red #C03D34
RGB
CMYK
RGB Variations
Color information
#C03D34 (or 0xC03D34) is known color: Persian Red. HEX triplet: C0, 3D and 34. RGB value is (192,61,52). Sum of RGB (Red+Green+Blue) = 192+61+52=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D34 is #3FC2CB. Grayscale: #636363. Windows color (decimal): -4178636 or 3423680. OLE color: 3423680.
HSL color Cylindrical-coordinate representation of color #C03D34: hue angle of 3.86º degrees, saturation: 0.57, 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 #C03D34 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 52 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.25 |
| HSL | 3.86º | 0.57% | 0.48% | - |
| HSV(B) | 3.86º | 0.73% | 0.75% | - |
| XYZ | 24.03 | 14.79 | 4.84 | - |
| YUV | 99.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 52 | 0 | 0.68 | 0.73 | 0.25 | 3.86 | 0.57 | 0.48 |
| Hex | C0 | 3D | 34 | 0 | 44 | 49 | 19 | 4 | 39 | 30 |
| Octal | 300 | 75 | 64 | 0 | 104 | 111 | 31 | 4 | 71 | 60 |
| Binary | 11000000 | 111101 | 110100 | 0 | 1000100 | 1001001 | 11001 | 100 | 111001 | 110000 |
Color Harmonies of #C03D34
Complementary color
Monochromatic Colors of #C03D34
Black with #C03D34
Text Example
Text Example
White with #C03D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D34; }
p { color: rgb(192,61,52); }
H1.HeaderClassName
{
color: #C03D34;
}
.AnyTagClassName
{
color: #C03D34;
}
</style>
background-color css
<style>
a { background-color: #C03D34; }
a { background-color: rgb(192,61,52); }
div.DivClassName
{
background-color: #C03D34;
}
.BgClassName
{
background-color: #C03D34;
}
</style>
border-color css
<style>
span { border-color: #C03D34; }
span { border-color: rgb(192,61,52); }
td.TdClassName
{
border-color: #C03D34;
}
.TagClassName
{
border-color: #C03D34;
}
</style>