Shades of Persian Red #C23129
Tints of Persian Red #C23129
RGB
CMYK
RGB Variations
Color information
#C23129 (or 0xC23129) is known color: Persian Red. HEX triplet: C2, 31 and 29. RGB value is (194,49,41). Sum of RGB (Red+Green+Blue) = 194+49+41=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C23129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23129 is #3DCED6. Grayscale: #5B5B5B. Windows color (decimal): -4050647 or 2699714. OLE color: 2699714.
HSL color Cylindrical-coordinate representation of color #C23129: hue angle of 3.14º 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 #C23129 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 41 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.24 |
| HSL | 3.14º | 0.65% | 0.46% | - |
| HSV(B) | 3.14º | 0.79% | 0.76% | - |
| XYZ | 23.75 | 13.83 | 3.51 | - |
| YUV | 91.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 41 | 0 | 0.75 | 0.79 | 0.24 | 3.14 | 0.65 | 0.46 |
| Hex | C2 | 31 | 29 | 0 | 4B | 4F | 18 | 3 | 41 | 2E |
| Octal | 302 | 61 | 51 | 0 | 113 | 117 | 30 | 3 | 101 | 56 |
| Binary | 11000010 | 110001 | 101001 | 0 | 1001011 | 1001111 | 11000 | 11 | 1000001 | 101110 |
Color Harmonies of #C23129
Complementary color
Monochromatic Colors of #C23129
Black with #C23129
Text Example
Text Example
White with #C23129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23129; }
p { color: rgb(194,49,41); }
H1.HeaderClassName
{
color: #C23129;
}
.AnyTagClassName
{
color: #C23129;
}
</style>
background-color css
<style>
a { background-color: #C23129; }
a { background-color: rgb(194,49,41); }
div.DivClassName
{
background-color: #C23129;
}
.BgClassName
{
background-color: #C23129;
}
</style>
border-color css
<style>
span { border-color: #C23129; }
span { border-color: rgb(194,49,41); }
td.TdClassName
{
border-color: #C23129;
}
.TagClassName
{
border-color: #C23129;
}
</style>