Shades of Persian Red #C03B2D
Tints of Persian Red #C03B2D
RGB
CMYK
RGB Variations
Color information
#C03B2D (or 0xC03B2D) is known color: Persian Red. HEX triplet: C0, 3B and 2D. RGB value is (192,59,45). Sum of RGB (Red+Green+Blue) = 192+59+45=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B2D is #3FC4D2. Grayscale: #616161. Windows color (decimal): -4179155 or 2964416. OLE color: 2964416.
HSL color Cylindrical-coordinate representation of color #C03B2D: hue angle of 5.71º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C03B2D is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 45 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.25 |
| HSL | 5.71º | 0.62% | 0.46% | - |
| HSV(B) | 5.71º | 0.77% | 0.75% | - |
| XYZ | 23.78 | 14.52 | 4.03 | - |
| YUV | 97.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 45 | 0 | 0.69 | 0.77 | 0.25 | 5.71 | 0.62 | 0.46 |
| Hex | C0 | 3B | 2D | 0 | 45 | 4D | 19 | 6 | 3E | 2E |
| Octal | 300 | 73 | 55 | 0 | 105 | 115 | 31 | 6 | 76 | 56 |
| Binary | 11000000 | 111011 | 101101 | 0 | 1000101 | 1001101 | 11001 | 110 | 111110 | 101110 |
Color Harmonies of #C03B2D
Complementary color
Monochromatic Colors of #C03B2D
Black with #C03B2D
Text Example
Text Example
White with #C03B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B2D; }
p { color: rgb(192,59,45); }
H1.HeaderClassName
{
color: #C03B2D;
}
.AnyTagClassName
{
color: #C03B2D;
}
</style>
background-color css
<style>
a { background-color: #C03B2D; }
a { background-color: rgb(192,59,45); }
div.DivClassName
{
background-color: #C03B2D;
}
.BgClassName
{
background-color: #C03B2D;
}
</style>
border-color css
<style>
span { border-color: #C03B2D; }
span { border-color: rgb(192,59,45); }
td.TdClassName
{
border-color: #C03B2D;
}
.TagClassName
{
border-color: #C03B2D;
}
</style>