Shades of Persian Red #C23930
Tints of Persian Red #C23930
RGB
CMYK
RGB Variations
Color information
#C23930 (or 0xC23930) is known color: Persian Red. HEX triplet: C2, 39 and 30. RGB value is (194,57,48). Sum of RGB (Red+Green+Blue) = 194+57+48=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C23930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23930 is #3DC6CF. Grayscale: #616161. Windows color (decimal): -4048592 or 3160514. OLE color: 3160514.
HSL color Cylindrical-coordinate representation of color #C23930: hue angle of 3.7º 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 #C23930 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 48 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.24 |
| HSL | 3.7º | 0.6% | 0.47% | - |
| HSV(B) | 3.7º | 0.75% | 0.76% | - |
| XYZ | 24.24 | 14.61 | 4.34 | - |
| YUV | 96.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 48 | 0 | 0.71 | 0.75 | 0.24 | 3.7 | 0.6 | 0.47 |
| Hex | C2 | 39 | 30 | 0 | 47 | 4B | 18 | 4 | 3C | 2F |
| Octal | 302 | 71 | 60 | 0 | 107 | 113 | 30 | 4 | 74 | 57 |
| Binary | 11000010 | 111001 | 110000 | 0 | 1000111 | 1001011 | 11000 | 100 | 111100 | 101111 |
Color Harmonies of #C23930
Complementary color
Monochromatic Colors of #C23930
Black with #C23930
Text Example
Text Example
White with #C23930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23930; }
p { color: rgb(194,57,48); }
H1.HeaderClassName
{
color: #C23930;
}
.AnyTagClassName
{
color: #C23930;
}
</style>
background-color css
<style>
a { background-color: #C23930; }
a { background-color: rgb(194,57,48); }
div.DivClassName
{
background-color: #C23930;
}
.BgClassName
{
background-color: #C23930;
}
</style>
border-color css
<style>
span { border-color: #C23930; }
span { border-color: rgb(194,57,48); }
td.TdClassName
{
border-color: #C23930;
}
.TagClassName
{
border-color: #C23930;
}
</style>