Shades of Persian Red #C23627
Tints of Persian Red #C23627
RGB
CMYK
RGB Variations
Color information
#C23627 (or 0xC23627) is known color: Persian Red. HEX triplet: C2, 36 and 27. RGB value is (194,54,39). Sum of RGB (Red+Green+Blue) = 194+54+39=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C23627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23627 is #3DC9D8. Grayscale: #5E5E5E. Windows color (decimal): -4049369 or 2569922. OLE color: 2569922.
HSL color Cylindrical-coordinate representation of color #C23627: hue angle of 5.81º 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 #C23627 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 39 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.24 |
| HSL | 5.81º | 0.67% | 0.46% | - |
| HSV(B) | 5.81º | 0.8% | 0.76% | - |
| XYZ | 23.93 | 14.25 | 3.41 | - |
| YUV | 94.15 | 96.88 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 39 | 0 | 0.72 | 0.80 | 0.24 | 5.81 | 0.67 | 0.46 |
| Hex | C2 | 36 | 27 | 0 | 48 | 50 | 18 | 6 | 43 | 2E |
| Octal | 302 | 66 | 47 | 0 | 110 | 120 | 30 | 6 | 103 | 56 |
| Binary | 11000010 | 110110 | 100111 | 0 | 1001000 | 1010000 | 11000 | 110 | 1000011 | 101110 |
Color Harmonies of #C23627
Complementary color
Monochromatic Colors of #C23627
Black with #C23627
Text Example
Text Example
White with #C23627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23627; }
p { color: rgb(194,54,39); }
H1.HeaderClassName
{
color: #C23627;
}
.AnyTagClassName
{
color: #C23627;
}
</style>
background-color css
<style>
a { background-color: #C23627; }
a { background-color: rgb(194,54,39); }
div.DivClassName
{
background-color: #C23627;
}
.BgClassName
{
background-color: #C23627;
}
</style>
border-color css
<style>
span { border-color: #C23627; }
span { border-color: rgb(194,54,39); }
td.TdClassName
{
border-color: #C23627;
}
.TagClassName
{
border-color: #C23627;
}
</style>