Shades of Persian Red #C23229
Tints of Persian Red #C23229
RGB
CMYK
RGB Variations
Color information
#C23229 (or 0xC23229) is known color: Persian Red. HEX triplet: C2, 32 and 29. RGB value is (194,50,41). Sum of RGB (Red+Green+Blue) = 194+50+41=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C23229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23229 is #3DCDD6. Grayscale: #5C5C5C. Windows color (decimal): -4050391 or 2699970. OLE color: 2699970.
HSL color Cylindrical-coordinate representation of color #C23229: hue angle of 3.53º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C23229 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 41 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.24 |
| HSL | 3.53º | 0.65% | 0.46% | - |
| HSV(B) | 3.53º | 0.79% | 0.76% | - |
| XYZ | 23.79 | 13.91 | 3.53 | - |
| YUV | 92.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 41 | 0 | 0.74 | 0.79 | 0.24 | 3.53 | 0.65 | 0.46 |
| Hex | C2 | 32 | 29 | 0 | 4A | 4F | 18 | 4 | 41 | 2E |
| Octal | 302 | 62 | 51 | 0 | 112 | 117 | 30 | 4 | 101 | 56 |
| Binary | 11000010 | 110010 | 101001 | 0 | 1001010 | 1001111 | 11000 | 100 | 1000001 | 101110 |
Color Harmonies of #C23229
Complementary color
Monochromatic Colors of #C23229
Black with #C23229
Text Example
Text Example
White with #C23229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23229; }
p { color: rgb(194,50,41); }
H1.HeaderClassName
{
color: #C23229;
}
.AnyTagClassName
{
color: #C23229;
}
</style>
background-color css
<style>
a { background-color: #C23229; }
a { background-color: rgb(194,50,41); }
div.DivClassName
{
background-color: #C23229;
}
.BgClassName
{
background-color: #C23229;
}
</style>
border-color css
<style>
span { border-color: #C23229; }
span { border-color: rgb(194,50,41); }
td.TdClassName
{
border-color: #C23229;
}
.TagClassName
{
border-color: #C23229;
}
</style>