Shades of Persian Red #C2312B
Tints of Persian Red #C2312B
RGB
CMYK
RGB Variations
Color information
#C2312B (or 0xC2312B) is known color: Persian Red. HEX triplet: C2, 31 and 2B. RGB value is (194,49,43). Sum of RGB (Red+Green+Blue) = 194+49+43=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C2312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2312B is #3DCED4. Grayscale: #5B5B5B. Windows color (decimal): -4050645 or 2830786. OLE color: 2830786.
HSL color Cylindrical-coordinate representation of color #C2312B: hue angle of 2.38º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2312B is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 43 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.24 |
| HSL | 2.38º | 0.64% | 0.46% | - |
| HSV(B) | 2.38º | 0.78% | 0.76% | - |
| XYZ | 23.78 | 13.84 | 3.7 | - |
| YUV | 91.67 | 100.54 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 43 | 0 | 0.75 | 0.78 | 0.24 | 2.38 | 0.64 | 0.46 |
| Hex | C2 | 31 | 2B | 0 | 4B | 4E | 18 | 2 | 40 | 2E |
| Octal | 302 | 61 | 53 | 0 | 113 | 116 | 30 | 2 | 100 | 56 |
| Binary | 11000010 | 110001 | 101011 | 0 | 1001011 | 1001110 | 11000 | 10 | 1000000 | 101110 |
Color Harmonies of #C2312B
Complementary color
Monochromatic Colors of #C2312B
Black with #C2312B
Text Example
Text Example
White with #C2312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2312B; }
p { color: rgb(194,49,43); }
H1.HeaderClassName
{
color: #C2312B;
}
.AnyTagClassName
{
color: #C2312B;
}
</style>
background-color css
<style>
a { background-color: #C2312B; }
a { background-color: rgb(194,49,43); }
div.DivClassName
{
background-color: #C2312B;
}
.BgClassName
{
background-color: #C2312B;
}
</style>
border-color css
<style>
span { border-color: #C2312B; }
span { border-color: rgb(194,49,43); }
td.TdClassName
{
border-color: #C2312B;
}
.TagClassName
{
border-color: #C2312B;
}
</style>