Shades of Persian Red #C03030
Tints of Persian Red #C03030
RGB
CMYK
RGB Variations
Color information
#C03030 (or 0xC03030) is known color: Persian Red. HEX triplet: C0, 30 and 30. RGB value is (192,48,48). Sum of RGB (Red+Green+Blue) = 192+48+48=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C03030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03030 is #3FCFCF. Grayscale: #5B5B5B. Windows color (decimal): -4181968 or 3158208. OLE color: 3158208.
HSL color Cylindrical-coordinate representation of color #C03030: hue angle of 0º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03030 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 48 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.25 |
| HSL | 0º | 0.6% | 0.47% | - |
| HSV(B) | 0º | 0.75% | 0.75% | - |
| XYZ | 23.33 | 13.53 | 4.18 | - |
| YUV | 91.06 | 103.71 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 48 | 0 | 0.75 | 0.75 | 0.25 | 0 | 0.6 | 0.47 |
| Hex | C0 | 30 | 30 | 0 | 4B | 4B | 19 | 0 | 3C | 2F |
| Octal | 300 | 60 | 60 | 0 | 113 | 113 | 31 | 0 | 74 | 57 |
| Binary | 11000000 | 110000 | 110000 | 0 | 1001011 | 1001011 | 11001 | 0 | 111100 | 101111 |
Color Harmonies of #C03030
Complementary color
Monochromatic Colors of #C03030
Black with #C03030
Text Example
Text Example
White with #C03030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03030; }
p { color: rgb(192,48,48); }
H1.HeaderClassName
{
color: #C03030;
}
.AnyTagClassName
{
color: #C03030;
}
</style>
background-color css
<style>
a { background-color: #C03030; }
a { background-color: rgb(192,48,48); }
div.DivClassName
{
background-color: #C03030;
}
.BgClassName
{
background-color: #C03030;
}
</style>
border-color css
<style>
span { border-color: #C03030; }
span { border-color: rgb(192,48,48); }
td.TdClassName
{
border-color: #C03030;
}
.TagClassName
{
border-color: #C03030;
}
</style>