Shades of Persian Red #C23C29
Tints of Persian Red #C23C29
RGB
CMYK
RGB Variations
Color information
#C23C29 (or 0xC23C29) is known color: Persian Red. HEX triplet: C2, 3C and 29. RGB value is (194,60,41). Sum of RGB (Red+Green+Blue) = 194+60+41=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C29 is #3DC3D6. Grayscale: #626262. Windows color (decimal): -4047831 or 2702530. OLE color: 2702530.
HSL color Cylindrical-coordinate representation of color #C23C29: hue angle of 7.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C23C29 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 41 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.24 |
| HSL | 7.45º | 0.65% | 0.46% | - |
| HSV(B) | 7.45º | 0.79% | 0.76% | - |
| XYZ | 24.26 | 14.86 | 3.69 | - |
| YUV | 97.9 | 95.89 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 41 | 0 | 0.69 | 0.79 | 0.24 | 7.45 | 0.65 | 0.46 |
| Hex | C2 | 3C | 29 | 0 | 45 | 4F | 18 | 7 | 41 | 2E |
| Octal | 302 | 74 | 51 | 0 | 105 | 117 | 30 | 7 | 101 | 56 |
| Binary | 11000010 | 111100 | 101001 | 0 | 1000101 | 1001111 | 11000 | 111 | 1000001 | 101110 |
Color Harmonies of #C23C29
Complementary color
Monochromatic Colors of #C23C29
Black with #C23C29
Text Example
Text Example
White with #C23C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C29; }
p { color: rgb(194,60,41); }
H1.HeaderClassName
{
color: #C23C29;
}
.AnyTagClassName
{
color: #C23C29;
}
</style>
background-color css
<style>
a { background-color: #C23C29; }
a { background-color: rgb(194,60,41); }
div.DivClassName
{
background-color: #C23C29;
}
.BgClassName
{
background-color: #C23C29;
}
</style>
border-color css
<style>
span { border-color: #C23C29; }
span { border-color: rgb(194,60,41); }
td.TdClassName
{
border-color: #C23C29;
}
.TagClassName
{
border-color: #C23C29;
}
</style>