Shades of Persian Red #C43E2E
Tints of Persian Red #C43E2E
RGB
CMYK
RGB Variations
Color information
#C43E2E (or 0xC43E2E) is known color: Persian Red. HEX triplet: C4, 3E and 2E. RGB value is (196,62,46). Sum of RGB (Red+Green+Blue) = 196+62+46=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E2E is #3BC1D1. Grayscale: #646464. Windows color (decimal): -3916242 or 3030724. OLE color: 3030724.
HSL color Cylindrical-coordinate representation of color #C43E2E: hue angle of 6.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C43E2E is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 46 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.23 |
| HSL | 6.4º | 0.62% | 0.47% | - |
| HSV(B) | 6.4º | 0.77% | 0.77% | - |
| XYZ | 24.98 | 15.38 | 4.24 | - |
| YUV | 100.24 | 97.39 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 46 | 0 | 0.68 | 0.77 | 0.23 | 6.4 | 0.62 | 0.47 |
| Hex | C4 | 3E | 2E | 0 | 44 | 4D | 17 | 6 | 3E | 2F |
| Octal | 304 | 76 | 56 | 0 | 104 | 115 | 27 | 6 | 76 | 57 |
| Binary | 11000100 | 111110 | 101110 | 0 | 1000100 | 1001101 | 10111 | 110 | 111110 | 101111 |
Color Harmonies of #C43E2E
Complementary color
Monochromatic Colors of #C43E2E
Black with #C43E2E
Text Example
Text Example
White with #C43E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E2E; }
p { color: rgb(196,62,46); }
H1.HeaderClassName
{
color: #C43E2E;
}
.AnyTagClassName
{
color: #C43E2E;
}
</style>
background-color css
<style>
a { background-color: #C43E2E; }
a { background-color: rgb(196,62,46); }
div.DivClassName
{
background-color: #C43E2E;
}
.BgClassName
{
background-color: #C43E2E;
}
</style>
border-color css
<style>
span { border-color: #C43E2E; }
span { border-color: rgb(196,62,46); }
td.TdClassName
{
border-color: #C43E2E;
}
.TagClassName
{
border-color: #C43E2E;
}
</style>