Shades of Persian Red #C42F26
Tints of Persian Red #C42F26
RGB
CMYK
RGB Variations
Color information
#C42F26 (or 0xC42F26) is known color: Persian Red. HEX triplet: C4, 2F and 26. RGB value is (196,47,38). Sum of RGB (Red+Green+Blue) = 196+47+38=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42F26 is #3BD0D9. Grayscale: #5A5A5A. Windows color (decimal): -3920090 or 2502596. OLE color: 2502596.
HSL color Cylindrical-coordinate representation of color #C42F26: hue angle of 3.42º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42F26 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 38 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.23 |
| HSL | 3.42º | 0.68% | 0.46% | - |
| HSV(B) | 3.42º | 0.81% | 0.77% | - |
| XYZ | 24.13 | 13.91 | 3.25 | - |
| YUV | 90.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 38 | 0 | 0.76 | 0.81 | 0.23 | 3.42 | 0.68 | 0.46 |
| Hex | C4 | 2F | 26 | 0 | 4C | 51 | 17 | 3 | 44 | 2E |
| Octal | 304 | 57 | 46 | 0 | 114 | 121 | 27 | 3 | 104 | 56 |
| Binary | 11000100 | 101111 | 100110 | 0 | 1001100 | 1010001 | 10111 | 11 | 1000100 | 101110 |
Color Harmonies of #C42F26
Complementary color
Monochromatic Colors of #C42F26
Black with #C42F26
Text Example
Text Example
White with #C42F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F26; }
p { color: rgb(196,47,38); }
H1.HeaderClassName
{
color: #C42F26;
}
.AnyTagClassName
{
color: #C42F26;
}
</style>
background-color css
<style>
a { background-color: #C42F26; }
a { background-color: rgb(196,47,38); }
div.DivClassName
{
background-color: #C42F26;
}
.BgClassName
{
background-color: #C42F26;
}
</style>
border-color css
<style>
span { border-color: #C42F26; }
span { border-color: rgb(196,47,38); }
td.TdClassName
{
border-color: #C42F26;
}
.TagClassName
{
border-color: #C42F26;
}
</style>