Shades of Persian Red #C23A30
Tints of Persian Red #C23A30
RGB
CMYK
RGB Variations
Color information
#C23A30 (or 0xC23A30) is known color: Persian Red. HEX triplet: C2, 3A and 30. RGB value is (194,58,48). Sum of RGB (Red+Green+Blue) = 194+58+48=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A30 is #3DC5CF. Grayscale: #616161. Windows color (decimal): -4048336 or 3160770. OLE color: 3160770.
HSL color Cylindrical-coordinate representation of color #C23A30: hue angle of 4.11º 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 #C23A30 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 48 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.24 |
| HSL | 4.11º | 0.6% | 0.47% | - |
| HSV(B) | 4.11º | 0.75% | 0.76% | - |
| XYZ | 24.29 | 14.71 | 4.35 | - |
| YUV | 97.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 48 | 0 | 0.70 | 0.75 | 0.24 | 4.11 | 0.6 | 0.47 |
| Hex | C2 | 3A | 30 | 0 | 46 | 4B | 18 | 4 | 3C | 2F |
| Octal | 302 | 72 | 60 | 0 | 106 | 113 | 30 | 4 | 74 | 57 |
| Binary | 11000010 | 111010 | 110000 | 0 | 1000110 | 1001011 | 11000 | 100 | 111100 | 101111 |
Color Harmonies of #C23A30
Complementary color
Monochromatic Colors of #C23A30
Black with #C23A30
Text Example
Text Example
White with #C23A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A30; }
p { color: rgb(194,58,48); }
H1.HeaderClassName
{
color: #C23A30;
}
.AnyTagClassName
{
color: #C23A30;
}
</style>
background-color css
<style>
a { background-color: #C23A30; }
a { background-color: rgb(194,58,48); }
div.DivClassName
{
background-color: #C23A30;
}
.BgClassName
{
background-color: #C23A30;
}
</style>
border-color css
<style>
span { border-color: #C23A30; }
span { border-color: rgb(194,58,48); }
td.TdClassName
{
border-color: #C23A30;
}
.TagClassName
{
border-color: #C23A30;
}
</style>