Shades of Persian Red #C2332E
Tints of Persian Red #C2332E
RGB
CMYK
RGB Variations
Color information
#C2332E (or 0xC2332E) is known color: Persian Red. HEX triplet: C2, 33 and 2E. RGB value is (194,51,46). Sum of RGB (Red+Green+Blue) = 194+51+46=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2332E is #3DCCD1. Grayscale: #5D5D5D. Windows color (decimal): -4050130 or 3027906. OLE color: 3027906.
HSL color Cylindrical-coordinate representation of color #C2332E: hue angle of 2.03º degrees, saturation: 0.62, 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 #C2332E is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 46 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.24 |
| HSL | 2.03º | 0.62% | 0.47% | - |
| HSV(B) | 2.03º | 0.76% | 0.76% | - |
| XYZ | 23.93 | 14.03 | 4.03 | - |
| YUV | 93.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 46 | 0 | 0.74 | 0.76 | 0.24 | 2.03 | 0.62 | 0.47 |
| Hex | C2 | 33 | 2E | 0 | 4A | 4C | 18 | 2 | 3E | 2F |
| Octal | 302 | 63 | 56 | 0 | 112 | 114 | 30 | 2 | 76 | 57 |
| Binary | 11000010 | 110011 | 101110 | 0 | 1001010 | 1001100 | 11000 | 10 | 111110 | 101111 |
Color Harmonies of #C2332E
Complementary color
Monochromatic Colors of #C2332E
Black with #C2332E
Text Example
Text Example
White with #C2332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2332E; }
p { color: rgb(194,51,46); }
H1.HeaderClassName
{
color: #C2332E;
}
.AnyTagClassName
{
color: #C2332E;
}
</style>
background-color css
<style>
a { background-color: #C2332E; }
a { background-color: rgb(194,51,46); }
div.DivClassName
{
background-color: #C2332E;
}
.BgClassName
{
background-color: #C2332E;
}
</style>
border-color css
<style>
span { border-color: #C2332E; }
span { border-color: rgb(194,51,46); }
td.TdClassName
{
border-color: #C2332E;
}
.TagClassName
{
border-color: #C2332E;
}
</style>