Shades of Persian Red #C2342F
Tints of Persian Red #C2342F
RGB
CMYK
RGB Variations
Color information
#C2342F (or 0xC2342F) is known color: Persian Red. HEX triplet: C2, 34 and 2F. RGB value is (194,52,47). Sum of RGB (Red+Green+Blue) = 194+52+47=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2342F is #3DCBD0. Grayscale: #5E5E5E. Windows color (decimal): -4049873 or 3093698. OLE color: 3093698.
HSL color Cylindrical-coordinate representation of color #C2342F: hue angle of 2.04º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2342F is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 47 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.24 |
| HSL | 2.04º | 0.61% | 0.47% | - |
| HSV(B) | 2.04º | 0.76% | 0.76% | - |
| XYZ | 23.99 | 14.13 | 4.15 | - |
| YUV | 93.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 47 | 0 | 0.73 | 0.76 | 0.24 | 2.04 | 0.61 | 0.47 |
| Hex | C2 | 34 | 2F | 0 | 49 | 4C | 18 | 2 | 3D | 2F |
| Octal | 302 | 64 | 57 | 0 | 111 | 114 | 30 | 2 | 75 | 57 |
| Binary | 11000010 | 110100 | 101111 | 0 | 1001001 | 1001100 | 11000 | 10 | 111101 | 101111 |
Color Harmonies of #C2342F
Complementary color
Monochromatic Colors of #C2342F
Black with #C2342F
Text Example
Text Example
White with #C2342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2342F; }
p { color: rgb(194,52,47); }
H1.HeaderClassName
{
color: #C2342F;
}
.AnyTagClassName
{
color: #C2342F;
}
</style>
background-color css
<style>
a { background-color: #C2342F; }
a { background-color: rgb(194,52,47); }
div.DivClassName
{
background-color: #C2342F;
}
.BgClassName
{
background-color: #C2342F;
}
</style>
border-color css
<style>
span { border-color: #C2342F; }
span { border-color: rgb(194,52,47); }
td.TdClassName
{
border-color: #C2342F;
}
.TagClassName
{
border-color: #C2342F;
}
</style>