Shades of Persian Red #C23027
Tints of Persian Red #C23027
RGB
CMYK
RGB Variations
Color information
#C23027 (or 0xC23027) is known color: Persian Red. HEX triplet: C2, 30 and 27. RGB value is (194,48,39). Sum of RGB (Red+Green+Blue) = 194+48+39=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C23027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23027 is #3DCFD8. Grayscale: #5A5A5A. Windows color (decimal): -4050905 or 2568386. OLE color: 2568386.
HSL color Cylindrical-coordinate representation of color #C23027: hue angle of 3.48º 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 #C23027 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 39 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.24 |
| HSL | 3.48º | 0.67% | 0.46% | - |
| HSV(B) | 3.48º | 0.8% | 0.76% | - |
| XYZ | 23.67 | 13.73 | 3.32 | - |
| YUV | 90.63 | 98.87 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 39 | 0 | 0.75 | 0.80 | 0.24 | 3.48 | 0.67 | 0.46 |
| Hex | C2 | 30 | 27 | 0 | 4B | 50 | 18 | 3 | 43 | 2E |
| Octal | 302 | 60 | 47 | 0 | 113 | 120 | 30 | 3 | 103 | 56 |
| Binary | 11000010 | 110000 | 100111 | 0 | 1001011 | 1010000 | 11000 | 11 | 1000011 | 101110 |
Color Harmonies of #C23027
Complementary color
Monochromatic Colors of #C23027
Black with #C23027
Text Example
Text Example
White with #C23027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23027; }
p { color: rgb(194,48,39); }
H1.HeaderClassName
{
color: #C23027;
}
.AnyTagClassName
{
color: #C23027;
}
</style>
background-color css
<style>
a { background-color: #C23027; }
a { background-color: rgb(194,48,39); }
div.DivClassName
{
background-color: #C23027;
}
.BgClassName
{
background-color: #C23027;
}
</style>
border-color css
<style>
span { border-color: #C23027; }
span { border-color: rgb(194,48,39); }
td.TdClassName
{
border-color: #C23027;
}
.TagClassName
{
border-color: #C23027;
}
</style>