Shades of Persian Red #C12E2C
Tints of Persian Red #C12E2C
RGB
CMYK
RGB Variations
Color information
#C12E2C (or 0xC12E2C) is known color: Persian Red. HEX triplet: C1, 2E and 2C. RGB value is (193,46,44). Sum of RGB (Red+Green+Blue) = 193+46+44=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E2C is #3ED1D3. Grayscale: #595959. Windows color (decimal): -4116948 or 2895553. OLE color: 2895553.
HSL color Cylindrical-coordinate representation of color #C12E2C: hue angle of 0.81º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12E2C is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 46 | 44 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.24 |
| HSL | 0.81º | 0.63% | 0.46% | - |
| HSV(B) | 0.81º | 0.77% | 0.76% | - |
| XYZ | 23.42 | 13.47 | 3.75 | - |
| YUV | 89.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 44 | 0 | 0.76 | 0.77 | 0.24 | 0.81 | 0.63 | 0.46 |
| Hex | C1 | 2E | 2C | 0 | 4C | 4D | 18 | 1 | 3F | 2E |
| Octal | 301 | 56 | 54 | 0 | 114 | 115 | 30 | 1 | 77 | 56 |
| Binary | 11000001 | 101110 | 101100 | 0 | 1001100 | 1001101 | 11000 | 1 | 111111 | 101110 |
Color Harmonies of #C12E2C
Complementary color
Monochromatic Colors of #C12E2C
Black with #C12E2C
Text Example
Text Example
White with #C12E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12E2C; }
p { color: rgb(193,46,44); }
H1.HeaderClassName
{
color: #C12E2C;
}
.AnyTagClassName
{
color: #C12E2C;
}
</style>
background-color css
<style>
a { background-color: #C12E2C; }
a { background-color: rgb(193,46,44); }
div.DivClassName
{
background-color: #C12E2C;
}
.BgClassName
{
background-color: #C12E2C;
}
</style>
border-color css
<style>
span { border-color: #C12E2C; }
span { border-color: rgb(193,46,44); }
td.TdClassName
{
border-color: #C12E2C;
}
.TagClassName
{
border-color: #C12E2C;
}
</style>