Shades of Persian Red #C62E27
Tints of Persian Red #C62E27
RGB
CMYK
RGB Variations
Color information
#C62E27 (or 0xC62E27) is known color: Persian Red. HEX triplet: C6, 2E and 27. RGB value is (198,46,39). Sum of RGB (Red+Green+Blue) = 198+46+39=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E27 is #39D1D8. Grayscale: #5A5A5A. Windows color (decimal): -3789273 or 2567878. OLE color: 2567878.
HSL color Cylindrical-coordinate representation of color #C62E27: hue angle of 2.64º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62E27 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 39 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.22 |
| HSL | 2.64º | 0.67% | 0.46% | - |
| HSV(B) | 2.64º | 0.8% | 0.78% | - |
| XYZ | 24.63 | 14.11 | 3.34 | - |
| YUV | 90.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 39 | 0 | 0.77 | 0.80 | 0.22 | 2.64 | 0.67 | 0.46 |
| Hex | C6 | 2E | 27 | 0 | 4D | 50 | 16 | 3 | 43 | 2E |
| Octal | 306 | 56 | 47 | 0 | 115 | 120 | 26 | 3 | 103 | 56 |
| Binary | 11000110 | 101110 | 100111 | 0 | 1001101 | 1010000 | 10110 | 11 | 1000011 | 101110 |
Color Harmonies of #C62E27
Complementary color
Monochromatic Colors of #C62E27
Black with #C62E27
Text Example
Text Example
White with #C62E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62E27; }
p { color: rgb(198,46,39); }
H1.HeaderClassName
{
color: #C62E27;
}
.AnyTagClassName
{
color: #C62E27;
}
</style>
background-color css
<style>
a { background-color: #C62E27; }
a { background-color: rgb(198,46,39); }
div.DivClassName
{
background-color: #C62E27;
}
.BgClassName
{
background-color: #C62E27;
}
</style>
border-color css
<style>
span { border-color: #C62E27; }
span { border-color: rgb(198,46,39); }
td.TdClassName
{
border-color: #C62E27;
}
.TagClassName
{
border-color: #C62E27;
}
</style>