Shades of Persian Red #C12D2D
Tints of Persian Red #C12D2D
RGB
CMYK
RGB Variations
Color information
#C12D2D (or 0xC12D2D) is known color: Persian Red. HEX triplet: C1, 2D and 2D. RGB value is (193,45,45). Sum of RGB (Red+Green+Blue) = 193+45+45=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D2D is #3ED2D2. Grayscale: #595959. Windows color (decimal): -4117203 or 2960833. OLE color: 2960833.
HSL color Cylindrical-coordinate representation of color #C12D2D: hue angle of 0º 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 #C12D2D is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 45 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.24 |
| HSL | 0º | 0.62% | 0.47% | - |
| HSV(B) | 0º | 0.77% | 0.76% | - |
| XYZ | 23.4 | 13.4 | 3.84 | - |
| YUV | 89.25 | 103.03 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 45 | 0 | 0.77 | 0.77 | 0.24 | 0 | 0.62 | 0.47 |
| Hex | C1 | 2D | 2D | 0 | 4D | 4D | 18 | 0 | 3E | 2F |
| Octal | 301 | 55 | 55 | 0 | 115 | 115 | 30 | 0 | 76 | 57 |
| Binary | 11000001 | 101101 | 101101 | 0 | 1001101 | 1001101 | 11000 | 0 | 111110 | 101111 |
Color Harmonies of #C12D2D
Complementary color
Monochromatic Colors of #C12D2D
Black with #C12D2D
Text Example
Text Example
White with #C12D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12D2D; }
p { color: rgb(193,45,45); }
H1.HeaderClassName
{
color: #C12D2D;
}
.AnyTagClassName
{
color: #C12D2D;
}
</style>
background-color css
<style>
a { background-color: #C12D2D; }
a { background-color: rgb(193,45,45); }
div.DivClassName
{
background-color: #C12D2D;
}
.BgClassName
{
background-color: #C12D2D;
}
</style>
border-color css
<style>
span { border-color: #C12D2D; }
span { border-color: rgb(193,45,45); }
td.TdClassName
{
border-color: #C12D2D;
}
.TagClassName
{
border-color: #C12D2D;
}
</style>