Shades of Persian Red #C42F29
Tints of Persian Red #C42F29
RGB
CMYK
RGB Variations
Color information
#C42F29 (or 0xC42F29) is known color: Persian Red. HEX triplet: C4, 2F and 29. RGB value is (196,47,41). Sum of RGB (Red+Green+Blue) = 196+47+41=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42F29 is #3BD0D6. Grayscale: #5B5B5B. Windows color (decimal): -3920087 or 2699204. OLE color: 2699204.
HSL color Cylindrical-coordinate representation of color #C42F29: hue angle of 2.32º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42F29 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 41 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.23 |
| HSL | 2.32º | 0.65% | 0.46% | - |
| HSV(B) | 2.32º | 0.79% | 0.77% | - |
| XYZ | 24.18 | 13.93 | 3.51 | - |
| YUV | 90.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 41 | 0 | 0.76 | 0.79 | 0.23 | 2.32 | 0.65 | 0.46 |
| Hex | C4 | 2F | 29 | 0 | 4C | 4F | 17 | 2 | 41 | 2E |
| Octal | 304 | 57 | 51 | 0 | 114 | 117 | 27 | 2 | 101 | 56 |
| Binary | 11000100 | 101111 | 101001 | 0 | 1001100 | 1001111 | 10111 | 10 | 1000001 | 101110 |
Color Harmonies of #C42F29
Complementary color
Monochromatic Colors of #C42F29
Black with #C42F29
Text Example
Text Example
White with #C42F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F29; }
p { color: rgb(196,47,41); }
H1.HeaderClassName
{
color: #C42F29;
}
.AnyTagClassName
{
color: #C42F29;
}
</style>
background-color css
<style>
a { background-color: #C42F29; }
a { background-color: rgb(196,47,41); }
div.DivClassName
{
background-color: #C42F29;
}
.BgClassName
{
background-color: #C42F29;
}
</style>
border-color css
<style>
span { border-color: #C42F29; }
span { border-color: rgb(196,47,41); }
td.TdClassName
{
border-color: #C42F29;
}
.TagClassName
{
border-color: #C42F29;
}
</style>