Shades of Persian Red #C23C30
Tints of Persian Red #C23C30
RGB
CMYK
RGB Variations
Color information
#C23C30 (or 0xC23C30) is known color: Persian Red. HEX triplet: C2, 3C and 30. RGB value is (194,60,48). Sum of RGB (Red+Green+Blue) = 194+60+48=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C30 is #3DC3CF. Grayscale: #626262. Windows color (decimal): -4047824 or 3161282. OLE color: 3161282.
HSL color Cylindrical-coordinate representation of color #C23C30: hue angle of 4.93º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23C30 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 48 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.24 |
| HSL | 4.93º | 0.6% | 0.47% | - |
| HSV(B) | 4.93º | 0.75% | 0.76% | - |
| XYZ | 24.4 | 14.91 | 4.39 | - |
| YUV | 98.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 48 | 0 | 0.69 | 0.75 | 0.24 | 4.93 | 0.6 | 0.47 |
| Hex | C2 | 3C | 30 | 0 | 45 | 4B | 18 | 5 | 3C | 2F |
| Octal | 302 | 74 | 60 | 0 | 105 | 113 | 30 | 5 | 74 | 57 |
| Binary | 11000010 | 111100 | 110000 | 0 | 1000101 | 1001011 | 11000 | 101 | 111100 | 101111 |
Color Harmonies of #C23C30
Complementary color
Monochromatic Colors of #C23C30
Black with #C23C30
Text Example
Text Example
White with #C23C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C30; }
p { color: rgb(194,60,48); }
H1.HeaderClassName
{
color: #C23C30;
}
.AnyTagClassName
{
color: #C23C30;
}
</style>
background-color css
<style>
a { background-color: #C23C30; }
a { background-color: rgb(194,60,48); }
div.DivClassName
{
background-color: #C23C30;
}
.BgClassName
{
background-color: #C23C30;
}
</style>
border-color css
<style>
span { border-color: #C23C30; }
span { border-color: rgb(194,60,48); }
td.TdClassName
{
border-color: #C23C30;
}
.TagClassName
{
border-color: #C23C30;
}
</style>