Shades of Persian Red #C62F2B
Tints of Persian Red #C62F2B
RGB
CMYK
RGB Variations
Color information
#C62F2B (or 0xC62F2B) is known color: Persian Red. HEX triplet: C6, 2F and 2B. RGB value is (198,47,43). Sum of RGB (Red+Green+Blue) = 198+47+43=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62F2B is #39D0D4. Grayscale: #5B5B5B. Windows color (decimal): -3789013 or 2830278. OLE color: 2830278.
HSL color Cylindrical-coordinate representation of color #C62F2B: hue angle of 1.55º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62F2B is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 43 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.22 |
| HSL | 1.55º | 0.64% | 0.47% | - |
| HSV(B) | 1.55º | 0.78% | 0.78% | - |
| XYZ | 24.74 | 14.21 | 3.72 | - |
| YUV | 91.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 43 | 0 | 0.76 | 0.78 | 0.22 | 1.55 | 0.64 | 0.47 |
| Hex | C6 | 2F | 2B | 0 | 4C | 4E | 16 | 2 | 40 | 2F |
| Octal | 306 | 57 | 53 | 0 | 114 | 116 | 26 | 2 | 100 | 57 |
| Binary | 11000110 | 101111 | 101011 | 0 | 1001100 | 1001110 | 10110 | 10 | 1000000 | 101111 |
Color Harmonies of #C62F2B
Complementary color
Monochromatic Colors of #C62F2B
Black with #C62F2B
Text Example
Text Example
White with #C62F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62F2B; }
p { color: rgb(198,47,43); }
H1.HeaderClassName
{
color: #C62F2B;
}
.AnyTagClassName
{
color: #C62F2B;
}
</style>
background-color css
<style>
a { background-color: #C62F2B; }
a { background-color: rgb(198,47,43); }
div.DivClassName
{
background-color: #C62F2B;
}
.BgClassName
{
background-color: #C62F2B;
}
</style>
border-color css
<style>
span { border-color: #C62F2B; }
span { border-color: rgb(198,47,43); }
td.TdClassName
{
border-color: #C62F2B;
}
.TagClassName
{
border-color: #C62F2B;
}
</style>