Shades of Persian Red #C23728
Tints of Persian Red #C23728
RGB
CMYK
RGB Variations
Color information
#C23728 (or 0xC23728) is known color: Persian Red. HEX triplet: C2, 37 and 28. RGB value is (194,55,40). Sum of RGB (Red+Green+Blue) = 194+55+40=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C23728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23728 is #3DC8D7. Grayscale: #5F5F5F. Windows color (decimal): -4049112 or 2635714. OLE color: 2635714.
HSL color Cylindrical-coordinate representation of color #C23728: hue angle of 5.84º degrees, saturation: 0.66, 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 #C23728 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 40 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.24 |
| HSL | 5.84º | 0.66% | 0.46% | - |
| HSV(B) | 5.84º | 0.79% | 0.76% | - |
| XYZ | 24 | 14.35 | 3.51 | - |
| YUV | 94.85 | 97.05 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 40 | 0 | 0.72 | 0.79 | 0.24 | 5.84 | 0.66 | 0.46 |
| Hex | C2 | 37 | 28 | 0 | 48 | 4F | 18 | 6 | 42 | 2E |
| Octal | 302 | 67 | 50 | 0 | 110 | 117 | 30 | 6 | 102 | 56 |
| Binary | 11000010 | 110111 | 101000 | 0 | 1001000 | 1001111 | 11000 | 110 | 1000010 | 101110 |
Color Harmonies of #C23728
Complementary color
Monochromatic Colors of #C23728
Black with #C23728
Text Example
Text Example
White with #C23728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23728; }
p { color: rgb(194,55,40); }
H1.HeaderClassName
{
color: #C23728;
}
.AnyTagClassName
{
color: #C23728;
}
</style>
background-color css
<style>
a { background-color: #C23728; }
a { background-color: rgb(194,55,40); }
div.DivClassName
{
background-color: #C23728;
}
.BgClassName
{
background-color: #C23728;
}
</style>
border-color css
<style>
span { border-color: #C23728; }
span { border-color: rgb(194,55,40); }
td.TdClassName
{
border-color: #C23728;
}
.TagClassName
{
border-color: #C23728;
}
</style>