Shades of Persian Red #C23534
Tints of Persian Red #C23534
RGB
CMYK
RGB Variations
Color information
#C23534 (or 0xC23534) is known color: Persian Red. HEX triplet: C2, 35 and 34. RGB value is (194,53,52). Sum of RGB (Red+Green+Blue) = 194+53+52=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C23534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23534 is #3DCACB. Grayscale: #5F5F5F. Windows color (decimal): -4049612 or 3421634. OLE color: 3421634.
HSL color Cylindrical-coordinate representation of color #C23534: hue angle of 0.42º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23534 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 52 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.24 |
| HSL | 0.42º | 0.58% | 0.48% | - |
| HSV(B) | 0.42º | 0.73% | 0.76% | - |
| XYZ | 24.14 | 14.26 | 4.73 | - |
| YUV | 95.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 52 | 0 | 0.73 | 0.73 | 0.24 | 0.42 | 0.58 | 0.48 |
| Hex | C2 | 35 | 34 | 0 | 49 | 49 | 18 | 0 | 3A | 30 |
| Octal | 302 | 65 | 64 | 0 | 111 | 111 | 30 | 0 | 72 | 60 |
| Binary | 11000010 | 110101 | 110100 | 0 | 1001001 | 1001001 | 11000 | 0 | 111010 | 110000 |
Color Harmonies of #C23534
Complementary color
Monochromatic Colors of #C23534
Black with #C23534
Text Example
Text Example
White with #C23534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23534; }
p { color: rgb(194,53,52); }
H1.HeaderClassName
{
color: #C23534;
}
.AnyTagClassName
{
color: #C23534;
}
</style>
background-color css
<style>
a { background-color: #C23534; }
a { background-color: rgb(194,53,52); }
div.DivClassName
{
background-color: #C23534;
}
.BgClassName
{
background-color: #C23534;
}
</style>
border-color css
<style>
span { border-color: #C23534; }
span { border-color: rgb(194,53,52); }
td.TdClassName
{
border-color: #C23534;
}
.TagClassName
{
border-color: #C23534;
}
</style>