Shades of Persian Red #C62D29
Tints of Persian Red #C62D29
RGB
CMYK
RGB Variations
Color information
#C62D29 (or 0xC62D29) is known color: Persian Red. HEX triplet: C6, 2D and 29. RGB value is (198,45,41). Sum of RGB (Red+Green+Blue) = 198+45+41=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62D29 is #39D2D6. Grayscale: #5A5A5A. Windows color (decimal): -3789527 or 2698694. OLE color: 2698694.
HSL color Cylindrical-coordinate representation of color #C62D29: hue angle of 1.53º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62D29 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 41 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.22 |
| HSL | 1.53º | 0.66% | 0.47% | - |
| HSV(B) | 1.53º | 0.79% | 0.78% | - |
| XYZ | 24.63 | 14.04 | 3.51 | - |
| YUV | 90.29 | 100.19 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 41 | 0 | 0.77 | 0.79 | 0.22 | 1.53 | 0.66 | 0.47 |
| Hex | C6 | 2D | 29 | 0 | 4D | 4F | 16 | 2 | 42 | 2F |
| Octal | 306 | 55 | 51 | 0 | 115 | 117 | 26 | 2 | 102 | 57 |
| Binary | 11000110 | 101101 | 101001 | 0 | 1001101 | 1001111 | 10110 | 10 | 1000010 | 101111 |
Color Harmonies of #C62D29
Complementary color
Monochromatic Colors of #C62D29
Black with #C62D29
Text Example
Text Example
White with #C62D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62D29; }
p { color: rgb(198,45,41); }
H1.HeaderClassName
{
color: #C62D29;
}
.AnyTagClassName
{
color: #C62D29;
}
</style>
background-color css
<style>
a { background-color: #C62D29; }
a { background-color: rgb(198,45,41); }
div.DivClassName
{
background-color: #C62D29;
}
.BgClassName
{
background-color: #C62D29;
}
</style>
border-color css
<style>
span { border-color: #C62D29; }
span { border-color: rgb(198,45,41); }
td.TdClassName
{
border-color: #C62D29;
}
.TagClassName
{
border-color: #C62D29;
}
</style>