Shades of Persian Red #C12F2D
Tints of Persian Red #C12F2D
RGB
CMYK
RGB Variations
Color information
#C12F2D (or 0xC12F2D) is known color: Persian Red. HEX triplet: C1, 2F and 2D. RGB value is (193,47,45). Sum of RGB (Red+Green+Blue) = 193+47+45=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12F2D is #3ED0D2. Grayscale: #5A5A5A. Windows color (decimal): -4116691 or 2961345. OLE color: 2961345.
HSL color Cylindrical-coordinate representation of color #C12F2D: hue angle of 0.81º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12F2D is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 45 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.24 |
| HSL | 0.81º | 0.62% | 0.47% | - |
| HSV(B) | 0.81º | 0.77% | 0.76% | - |
| XYZ | 23.48 | 13.56 | 3.86 | - |
| YUV | 90.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 45 | 0 | 0.76 | 0.77 | 0.24 | 0.81 | 0.62 | 0.47 |
| Hex | C1 | 2F | 2D | 0 | 4C | 4D | 18 | 1 | 3E | 2F |
| Octal | 301 | 57 | 55 | 0 | 114 | 115 | 30 | 1 | 76 | 57 |
| Binary | 11000001 | 101111 | 101101 | 0 | 1001100 | 1001101 | 11000 | 1 | 111110 | 101111 |
Color Harmonies of #C12F2D
Complementary color
Monochromatic Colors of #C12F2D
Black with #C12F2D
Text Example
Text Example
White with #C12F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12F2D; }
p { color: rgb(193,47,45); }
H1.HeaderClassName
{
color: #C12F2D;
}
.AnyTagClassName
{
color: #C12F2D;
}
</style>
background-color css
<style>
a { background-color: #C12F2D; }
a { background-color: rgb(193,47,45); }
div.DivClassName
{
background-color: #C12F2D;
}
.BgClassName
{
background-color: #C12F2D;
}
</style>
border-color css
<style>
span { border-color: #C12F2D; }
span { border-color: rgb(193,47,45); }
td.TdClassName
{
border-color: #C12F2D;
}
.TagClassName
{
border-color: #C12F2D;
}
</style>