Shades of Persian Red #C2332A
Tints of Persian Red #C2332A
RGB
CMYK
RGB Variations
Color information
#C2332A (or 0xC2332A) is known color: Persian Red. HEX triplet: C2, 33 and 2A. RGB value is (194,51,42). Sum of RGB (Red+Green+Blue) = 194+51+42=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2332A is #3DCCD5. Grayscale: #5C5C5C. Windows color (decimal): -4050134 or 2765762. OLE color: 2765762.
HSL color Cylindrical-coordinate representation of color #C2332A: hue angle of 3.55º 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 #C2332A is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 42 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.24 |
| HSL | 3.55º | 0.64% | 0.46% | - |
| HSV(B) | 3.55º | 0.78% | 0.76% | - |
| XYZ | 23.85 | 14 | 3.64 | - |
| YUV | 92.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 42 | 0 | 0.74 | 0.78 | 0.24 | 3.55 | 0.64 | 0.46 |
| Hex | C2 | 33 | 2A | 0 | 4A | 4E | 18 | 4 | 40 | 2E |
| Octal | 302 | 63 | 52 | 0 | 112 | 116 | 30 | 4 | 100 | 56 |
| Binary | 11000010 | 110011 | 101010 | 0 | 1001010 | 1001110 | 11000 | 100 | 1000000 | 101110 |
Color Harmonies of #C2332A
Complementary color
Monochromatic Colors of #C2332A
Black with #C2332A
Text Example
Text Example
White with #C2332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2332A; }
p { color: rgb(194,51,42); }
H1.HeaderClassName
{
color: #C2332A;
}
.AnyTagClassName
{
color: #C2332A;
}
</style>
background-color css
<style>
a { background-color: #C2332A; }
a { background-color: rgb(194,51,42); }
div.DivClassName
{
background-color: #C2332A;
}
.BgClassName
{
background-color: #C2332A;
}
</style>
border-color css
<style>
span { border-color: #C2332A; }
span { border-color: rgb(194,51,42); }
td.TdClassName
{
border-color: #C2332A;
}
.TagClassName
{
border-color: #C2332A;
}
</style>