Shades of Persian Red #C2322F
Tints of Persian Red #C2322F
RGB
CMYK
RGB Variations
Color information
#C2322F (or 0xC2322F) is known color: Persian Red. HEX triplet: C2, 32 and 2F. RGB value is (194,50,47). Sum of RGB (Red+Green+Blue) = 194+50+47=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2322F is #3DCDD0. Grayscale: #5C5C5C. Windows color (decimal): -4050385 or 3093186. OLE color: 3093186.
HSL color Cylindrical-coordinate representation of color #C2322F: hue angle of 1.22º 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 #C2322F is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 47 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.24 |
| HSL | 1.22º | 0.61% | 0.47% | - |
| HSV(B) | 1.22º | 0.76% | 0.76% | - |
| XYZ | 23.9 | 13.96 | 4.12 | - |
| YUV | 92.71 | 102.21 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 47 | 0 | 0.74 | 0.76 | 0.24 | 1.22 | 0.61 | 0.47 |
| Hex | C2 | 32 | 2F | 0 | 4A | 4C | 18 | 1 | 3D | 2F |
| Octal | 302 | 62 | 57 | 0 | 112 | 114 | 30 | 1 | 75 | 57 |
| Binary | 11000010 | 110010 | 101111 | 0 | 1001010 | 1001100 | 11000 | 1 | 111101 | 101111 |
Color Harmonies of #C2322F
Complementary color
Monochromatic Colors of #C2322F
Black with #C2322F
Text Example
Text Example
White with #C2322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2322F; }
p { color: rgb(194,50,47); }
H1.HeaderClassName
{
color: #C2322F;
}
.AnyTagClassName
{
color: #C2322F;
}
</style>
background-color css
<style>
a { background-color: #C2322F; }
a { background-color: rgb(194,50,47); }
div.DivClassName
{
background-color: #C2322F;
}
.BgClassName
{
background-color: #C2322F;
}
</style>
border-color css
<style>
span { border-color: #C2322F; }
span { border-color: rgb(194,50,47); }
td.TdClassName
{
border-color: #C2322F;
}
.TagClassName
{
border-color: #C2322F;
}
</style>