Shades of Persian Red #C42E2D
Tints of Persian Red #C42E2D
RGB
CMYK
RGB Variations
Color information
#C42E2D (or 0xC42E2D) is known color: Persian Red. HEX triplet: C4, 2E and 2D. RGB value is (196,46,45). Sum of RGB (Red+Green+Blue) = 196+46+45=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42E2D is #3BD1D2. Grayscale: #5A5A5A. Windows color (decimal): -3920339 or 2961092. OLE color: 2961092.
HSL color Cylindrical-coordinate representation of color #C42E2D: hue angle of 0.4º degrees, saturation: 0.63, 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 #C42E2D is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 45 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.23 |
| HSL | 0.4º | 0.63% | 0.47% | - |
| HSV(B) | 0.4º | 0.77% | 0.77% | - |
| XYZ | 24.22 | 13.88 | 3.89 | - |
| YUV | 90.74 | 102.2 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 45 | 0 | 0.77 | 0.77 | 0.23 | 0.4 | 0.63 | 0.47 |
| Hex | C4 | 2E | 2D | 0 | 4D | 4D | 17 | 0 | 3F | 2F |
| Octal | 304 | 56 | 55 | 0 | 115 | 115 | 27 | 0 | 77 | 57 |
| Binary | 11000100 | 101110 | 101101 | 0 | 1001101 | 1001101 | 10111 | 0 | 111111 | 101111 |
Color Harmonies of #C42E2D
Complementary color
Monochromatic Colors of #C42E2D
Black with #C42E2D
Text Example
Text Example
White with #C42E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E2D; }
p { color: rgb(196,46,45); }
H1.HeaderClassName
{
color: #C42E2D;
}
.AnyTagClassName
{
color: #C42E2D;
}
</style>
background-color css
<style>
a { background-color: #C42E2D; }
a { background-color: rgb(196,46,45); }
div.DivClassName
{
background-color: #C42E2D;
}
.BgClassName
{
background-color: #C42E2D;
}
</style>
border-color css
<style>
span { border-color: #C42E2D; }
span { border-color: rgb(196,46,45); }
td.TdClassName
{
border-color: #C42E2D;
}
.TagClassName
{
border-color: #C42E2D;
}
</style>