Shades of Persian Red #C23C3A
Tints of Persian Red #C23C3A
RGB
CMYK
RGB Variations
Color information
#C23C3A (or 0xC23C3A) is known color: Persian Red. HEX triplet: C2, 3C and 3A. RGB value is (194,60,58). Sum of RGB (Red+Green+Blue) = 194+60+58=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C3A is #3DC3C5. Grayscale: #636363. Windows color (decimal): -4047814 or 3816642. OLE color: 3816642.
HSL color Cylindrical-coordinate representation of color #C23C3A: hue angle of 0.88º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23C3A is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 58 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.24 |
| HSL | 0.88º | 0.54% | 0.49% | - |
| HSV(B) | 0.88º | 0.7% | 0.76% | - |
| XYZ | 24.63 | 15.01 | 5.6 | - |
| YUV | 99.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 58 | 0 | 0.69 | 0.70 | 0.24 | 0.88 | 0.54 | 0.49 |
| Hex | C2 | 3C | 3A | 0 | 45 | 46 | 18 | 1 | 36 | 31 |
| Octal | 302 | 74 | 72 | 0 | 105 | 106 | 30 | 1 | 66 | 61 |
| Binary | 11000010 | 111100 | 111010 | 0 | 1000101 | 1000110 | 11000 | 1 | 110110 | 110001 |
Color Harmonies of #C23C3A
Complementary color
Monochromatic Colors of #C23C3A
Black with #C23C3A
Text Example
Text Example
White with #C23C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C3A; }
p { color: rgb(194,60,58); }
H1.HeaderClassName
{
color: #C23C3A;
}
.AnyTagClassName
{
color: #C23C3A;
}
</style>
background-color css
<style>
a { background-color: #C23C3A; }
a { background-color: rgb(194,60,58); }
div.DivClassName
{
background-color: #C23C3A;
}
.BgClassName
{
background-color: #C23C3A;
}
</style>
border-color css
<style>
span { border-color: #C23C3A; }
span { border-color: rgb(194,60,58); }
td.TdClassName
{
border-color: #C23C3A;
}
.TagClassName
{
border-color: #C23C3A;
}
</style>