Shades of Persian Red #C2332D
Tints of Persian Red #C2332D
RGB
CMYK
RGB Variations
Color information
#C2332D (or 0xC2332D) is known color: Persian Red. HEX triplet: C2, 33 and 2D. RGB value is (194,51,45). Sum of RGB (Red+Green+Blue) = 194+51+45=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2332D is #3DCCD2. Grayscale: #5D5D5D. Windows color (decimal): -4050131 or 2962370. OLE color: 2962370.
HSL color Cylindrical-coordinate representation of color #C2332D: hue angle of 2.42º 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 #C2332D is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 45 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.24 |
| HSL | 2.42º | 0.62% | 0.47% | - |
| HSV(B) | 2.42º | 0.77% | 0.76% | - |
| XYZ | 23.91 | 14.03 | 3.93 | - |
| YUV | 93.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 45 | 0 | 0.74 | 0.77 | 0.24 | 2.42 | 0.62 | 0.47 |
| Hex | C2 | 33 | 2D | 0 | 4A | 4D | 18 | 2 | 3E | 2F |
| Octal | 302 | 63 | 55 | 0 | 112 | 115 | 30 | 2 | 76 | 57 |
| Binary | 11000010 | 110011 | 101101 | 0 | 1001010 | 1001101 | 11000 | 10 | 111110 | 101111 |
Color Harmonies of #C2332D
Complementary color
Monochromatic Colors of #C2332D
Black with #C2332D
Text Example
Text Example
White with #C2332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2332D; }
p { color: rgb(194,51,45); }
H1.HeaderClassName
{
color: #C2332D;
}
.AnyTagClassName
{
color: #C2332D;
}
</style>
background-color css
<style>
a { background-color: #C2332D; }
a { background-color: rgb(194,51,45); }
div.DivClassName
{
background-color: #C2332D;
}
.BgClassName
{
background-color: #C2332D;
}
</style>
border-color css
<style>
span { border-color: #C2332D; }
span { border-color: rgb(194,51,45); }
td.TdClassName
{
border-color: #C2332D;
}
.TagClassName
{
border-color: #C2332D;
}
</style>