Shades of Persian Red #C23527
Tints of Persian Red #C23527
RGB
CMYK
RGB Variations
Color information
#C23527 (or 0xC23527) is known color: Persian Red. HEX triplet: C2, 35 and 27. RGB value is (194,53,39). Sum of RGB (Red+Green+Blue) = 194+53+39=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C23527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23527 is #3DCAD8. Grayscale: #5D5D5D. Windows color (decimal): -4049625 or 2569666. OLE color: 2569666.
HSL color Cylindrical-coordinate representation of color #C23527: hue angle of 5.42º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C23527 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 39 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.24 |
| HSL | 5.42º | 0.67% | 0.46% | - |
| HSV(B) | 5.42º | 0.8% | 0.76% | - |
| XYZ | 23.89 | 14.16 | 3.39 | - |
| YUV | 93.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 39 | 0 | 0.73 | 0.80 | 0.24 | 5.42 | 0.67 | 0.46 |
| Hex | C2 | 35 | 27 | 0 | 49 | 50 | 18 | 5 | 43 | 2E |
| Octal | 302 | 65 | 47 | 0 | 111 | 120 | 30 | 5 | 103 | 56 |
| Binary | 11000010 | 110101 | 100111 | 0 | 1001001 | 1010000 | 11000 | 101 | 1000011 | 101110 |
Color Harmonies of #C23527
Complementary color
Monochromatic Colors of #C23527
Black with #C23527
Text Example
Text Example
White with #C23527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23527; }
p { color: rgb(194,53,39); }
H1.HeaderClassName
{
color: #C23527;
}
.AnyTagClassName
{
color: #C23527;
}
</style>
background-color css
<style>
a { background-color: #C23527; }
a { background-color: rgb(194,53,39); }
div.DivClassName
{
background-color: #C23527;
}
.BgClassName
{
background-color: #C23527;
}
</style>
border-color css
<style>
span { border-color: #C23527; }
span { border-color: rgb(194,53,39); }
td.TdClassName
{
border-color: #C23527;
}
.TagClassName
{
border-color: #C23527;
}
</style>