Shades of Persian Red #C03027
Tints of Persian Red #C03027
RGB
CMYK
RGB Variations
Color information
#C03027 (or 0xC03027) is known color: Persian Red. HEX triplet: C0, 30 and 27. RGB value is (192,48,39). Sum of RGB (Red+Green+Blue) = 192+48+39=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C03027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03027 is #3FCFD8. Grayscale: #5A5A5A. Windows color (decimal): -4181977 or 2568384. OLE color: 2568384.
HSL color Cylindrical-coordinate representation of color #C03027: hue angle of 3.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C03027 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 39 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.25 |
| HSL | 3.53º | 0.66% | 0.45% | - |
| HSV(B) | 3.53º | 0.8% | 0.75% | - |
| XYZ | 23.16 | 13.47 | 3.3 | - |
| YUV | 90.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 39 | 0 | 0.75 | 0.80 | 0.25 | 3.53 | 0.66 | 0.45 |
| Hex | C0 | 30 | 27 | 0 | 4B | 50 | 19 | 4 | 42 | 2D |
| Octal | 300 | 60 | 47 | 0 | 113 | 120 | 31 | 4 | 102 | 55 |
| Binary | 11000000 | 110000 | 100111 | 0 | 1001011 | 1010000 | 11001 | 100 | 1000010 | 101101 |
Color Harmonies of #C03027
Complementary color
Monochromatic Colors of #C03027
Black with #C03027
Text Example
Text Example
White with #C03027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03027; }
p { color: rgb(192,48,39); }
H1.HeaderClassName
{
color: #C03027;
}
.AnyTagClassName
{
color: #C03027;
}
</style>
background-color css
<style>
a { background-color: #C03027; }
a { background-color: rgb(192,48,39); }
div.DivClassName
{
background-color: #C03027;
}
.BgClassName
{
background-color: #C03027;
}
</style>
border-color css
<style>
span { border-color: #C03027; }
span { border-color: rgb(192,48,39); }
td.TdClassName
{
border-color: #C03027;
}
.TagClassName
{
border-color: #C03027;
}
</style>