Shades of Persian Red #C03433
Tints of Persian Red #C03433
RGB
CMYK
RGB Variations
Color information
#C03433 (or 0xC03433) is known color: Persian Red. HEX triplet: C0, 34 and 33. RGB value is (192,52,51). Sum of RGB (Red+Green+Blue) = 192+52+51=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C03433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03433 is #3FCBCC. Grayscale: #5D5D5D. Windows color (decimal): -4180941 or 3355840. OLE color: 3355840.
HSL color Cylindrical-coordinate representation of color #C03433: hue angle of 0.43º 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 #C03433 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 51 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.25 |
| HSL | 0.43º | 0.58% | 0.48% | - |
| HSV(B) | 0.43º | 0.73% | 0.75% | - |
| XYZ | 23.56 | 13.9 | 4.57 | - |
| YUV | 93.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 51 | 0 | 0.73 | 0.73 | 0.25 | 0.43 | 0.58 | 0.48 |
| Hex | C0 | 34 | 33 | 0 | 49 | 49 | 19 | 0 | 3A | 30 |
| Octal | 300 | 64 | 63 | 0 | 111 | 111 | 31 | 0 | 72 | 60 |
| Binary | 11000000 | 110100 | 110011 | 0 | 1001001 | 1001001 | 11001 | 0 | 111010 | 110000 |
Color Harmonies of #C03433
Complementary color
Monochromatic Colors of #C03433
Black with #C03433
Text Example
Text Example
White with #C03433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03433; }
p { color: rgb(192,52,51); }
H1.HeaderClassName
{
color: #C03433;
}
.AnyTagClassName
{
color: #C03433;
}
</style>
background-color css
<style>
a { background-color: #C03433; }
a { background-color: rgb(192,52,51); }
div.DivClassName
{
background-color: #C03433;
}
.BgClassName
{
background-color: #C03433;
}
</style>
border-color css
<style>
span { border-color: #C03433; }
span { border-color: rgb(192,52,51); }
td.TdClassName
{
border-color: #C03433;
}
.TagClassName
{
border-color: #C03433;
}
</style>