Shades of Persian Red #C23729
Tints of Persian Red #C23729
RGB
CMYK
RGB Variations
Color information
#C23729 (or 0xC23729) is known color: Persian Red. HEX triplet: C2, 37 and 29. RGB value is (194,55,41). Sum of RGB (Red+Green+Blue) = 194+55+41=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C23729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23729 is #3DC8D6. Grayscale: #5F5F5F. Windows color (decimal): -4049111 or 2701250. OLE color: 2701250.
HSL color Cylindrical-coordinate representation of color #C23729: hue angle of 5.49º 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 #C23729 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 41 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.24 |
| HSL | 5.49º | 0.65% | 0.46% | - |
| HSV(B) | 5.49º | 0.79% | 0.76% | - |
| XYZ | 24.01 | 14.36 | 3.6 | - |
| YUV | 94.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 41 | 0 | 0.72 | 0.79 | 0.24 | 5.49 | 0.65 | 0.46 |
| Hex | C2 | 37 | 29 | 0 | 48 | 4F | 18 | 5 | 41 | 2E |
| Octal | 302 | 67 | 51 | 0 | 110 | 117 | 30 | 5 | 101 | 56 |
| Binary | 11000010 | 110111 | 101001 | 0 | 1001000 | 1001111 | 11000 | 101 | 1000001 | 101110 |
Color Harmonies of #C23729
Complementary color
Monochromatic Colors of #C23729
Black with #C23729
Text Example
Text Example
White with #C23729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23729; }
p { color: rgb(194,55,41); }
H1.HeaderClassName
{
color: #C23729;
}
.AnyTagClassName
{
color: #C23729;
}
</style>
background-color css
<style>
a { background-color: #C23729; }
a { background-color: rgb(194,55,41); }
div.DivClassName
{
background-color: #C23729;
}
.BgClassName
{
background-color: #C23729;
}
</style>
border-color css
<style>
span { border-color: #C23729; }
span { border-color: rgb(194,55,41); }
td.TdClassName
{
border-color: #C23729;
}
.TagClassName
{
border-color: #C23729;
}
</style>