Shades of Persian Red #C03833
Tints of Persian Red #C03833
RGB
CMYK
RGB Variations
Color information
#C03833 (or 0xC03833) is known color: Persian Red. HEX triplet: C0, 38 and 33. RGB value is (192,56,51). Sum of RGB (Red+Green+Blue) = 192+56+51=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C03833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03833 is #3FC7CC. Grayscale: #606060. Windows color (decimal): -4179917 or 3356864. OLE color: 3356864.
HSL color Cylindrical-coordinate representation of color #C03833: hue angle of 2.13º 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 #C03833 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 51 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.25 |
| HSL | 2.13º | 0.58% | 0.48% | - |
| HSV(B) | 2.13º | 0.73% | 0.75% | - |
| XYZ | 23.75 | 14.27 | 4.64 | - |
| YUV | 96.09 | 102.56 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 51 | 0 | 0.71 | 0.73 | 0.25 | 2.13 | 0.58 | 0.48 |
| Hex | C0 | 38 | 33 | 0 | 47 | 49 | 19 | 2 | 3A | 30 |
| Octal | 300 | 70 | 63 | 0 | 107 | 111 | 31 | 2 | 72 | 60 |
| Binary | 11000000 | 111000 | 110011 | 0 | 1000111 | 1001001 | 11001 | 10 | 111010 | 110000 |
Color Harmonies of #C03833
Complementary color
Monochromatic Colors of #C03833
Black with #C03833
Text Example
Text Example
White with #C03833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03833; }
p { color: rgb(192,56,51); }
H1.HeaderClassName
{
color: #C03833;
}
.AnyTagClassName
{
color: #C03833;
}
</style>
background-color css
<style>
a { background-color: #C03833; }
a { background-color: rgb(192,56,51); }
div.DivClassName
{
background-color: #C03833;
}
.BgClassName
{
background-color: #C03833;
}
</style>
border-color css
<style>
span { border-color: #C03833; }
span { border-color: rgb(192,56,51); }
td.TdClassName
{
border-color: #C03833;
}
.TagClassName
{
border-color: #C03833;
}
</style>