Shades of Persian Red #C2322D
Tints of Persian Red #C2322D
RGB
CMYK
RGB Variations
Color information
#C2322D (or 0xC2322D) is known color: Persian Red. HEX triplet: C2, 32 and 2D. RGB value is (194,50,45). Sum of RGB (Red+Green+Blue) = 194+50+45=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2322D is #3DCDD2. Grayscale: #5C5C5C. Windows color (decimal): -4050387 or 2962114. OLE color: 2962114.
HSL color Cylindrical-coordinate representation of color #C2322D: hue angle of 2.01º 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 #C2322D is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 45 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.24 |
| HSL | 2.01º | 0.62% | 0.47% | - |
| HSV(B) | 2.01º | 0.77% | 0.76% | - |
| XYZ | 23.86 | 13.94 | 3.92 | - |
| YUV | 92.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 45 | 0 | 0.74 | 0.77 | 0.24 | 2.01 | 0.62 | 0.47 |
| Hex | C2 | 32 | 2D | 0 | 4A | 4D | 18 | 2 | 3E | 2F |
| Octal | 302 | 62 | 55 | 0 | 112 | 115 | 30 | 2 | 76 | 57 |
| Binary | 11000010 | 110010 | 101101 | 0 | 1001010 | 1001101 | 11000 | 10 | 111110 | 101111 |
Color Harmonies of #C2322D
Complementary color
Monochromatic Colors of #C2322D
Black with #C2322D
Text Example
Text Example
White with #C2322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2322D; }
p { color: rgb(194,50,45); }
H1.HeaderClassName
{
color: #C2322D;
}
.AnyTagClassName
{
color: #C2322D;
}
</style>
background-color css
<style>
a { background-color: #C2322D; }
a { background-color: rgb(194,50,45); }
div.DivClassName
{
background-color: #C2322D;
}
.BgClassName
{
background-color: #C2322D;
}
</style>
border-color css
<style>
span { border-color: #C2322D; }
span { border-color: rgb(194,50,45); }
td.TdClassName
{
border-color: #C2322D;
}
.TagClassName
{
border-color: #C2322D;
}
</style>