Shades of Persian Red #C03D33
Tints of Persian Red #C03D33
RGB
CMYK
RGB Variations
Color information
#C03D33 (or 0xC03D33) is known color: Persian Red. HEX triplet: C0, 3D and 33. RGB value is (192,61,51). Sum of RGB (Red+Green+Blue) = 192+61+51=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D33 is #3FC2CC. Grayscale: #636363. Windows color (decimal): -4178637 or 3358144. OLE color: 3358144.
HSL color Cylindrical-coordinate representation of color #C03D33: hue angle of 4.26º 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 #C03D33 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 51 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.25 |
| HSL | 4.26º | 0.58% | 0.48% | - |
| HSV(B) | 4.26º | 0.73% | 0.75% | - |
| XYZ | 24 | 14.78 | 4.72 | - |
| YUV | 99.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 51 | 0 | 0.68 | 0.73 | 0.25 | 4.26 | 0.58 | 0.48 |
| Hex | C0 | 3D | 33 | 0 | 44 | 49 | 19 | 4 | 3A | 30 |
| Octal | 300 | 75 | 63 | 0 | 104 | 111 | 31 | 4 | 72 | 60 |
| Binary | 11000000 | 111101 | 110011 | 0 | 1000100 | 1001001 | 11001 | 100 | 111010 | 110000 |
Color Harmonies of #C03D33
Complementary color
Monochromatic Colors of #C03D33
Black with #C03D33
Text Example
Text Example
White with #C03D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D33; }
p { color: rgb(192,61,51); }
H1.HeaderClassName
{
color: #C03D33;
}
.AnyTagClassName
{
color: #C03D33;
}
</style>
background-color css
<style>
a { background-color: #C03D33; }
a { background-color: rgb(192,61,51); }
div.DivClassName
{
background-color: #C03D33;
}
.BgClassName
{
background-color: #C03D33;
}
</style>
border-color css
<style>
span { border-color: #C03D33; }
span { border-color: rgb(192,61,51); }
td.TdClassName
{
border-color: #C03D33;
}
.TagClassName
{
border-color: #C03D33;
}
</style>