Shades of Persian Red #C42B28
Tints of Persian Red #C42B28
RGB
CMYK
RGB Variations
Color information
#C42B28 (or 0xC42B28) is known color: Persian Red. HEX triplet: C4, 2B and 28. RGB value is (196,43,40). Sum of RGB (Red+Green+Blue) = 196+43+40=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B28 is #3BD4D7. Grayscale: #585858. Windows color (decimal): -3921112 or 2632644. OLE color: 2632644.
HSL color Cylindrical-coordinate representation of color #C42B28: hue angle of 1.15º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42B28 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 40 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.23 |
| HSL | 1.15º | 0.66% | 0.46% | - |
| HSV(B) | 1.15º | 0.8% | 0.77% | - |
| XYZ | 24.01 | 13.62 | 3.37 | - |
| YUV | 88.41 | 100.69 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 40 | 0 | 0.78 | 0.80 | 0.23 | 1.15 | 0.66 | 0.46 |
| Hex | C4 | 2B | 28 | 0 | 4E | 50 | 17 | 1 | 42 | 2E |
| Octal | 304 | 53 | 50 | 0 | 116 | 120 | 27 | 1 | 102 | 56 |
| Binary | 11000100 | 101011 | 101000 | 0 | 1001110 | 1010000 | 10111 | 1 | 1000010 | 101110 |
Color Harmonies of #C42B28
Complementary color
Monochromatic Colors of #C42B28
Black with #C42B28
Text Example
Text Example
White with #C42B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B28; }
p { color: rgb(196,43,40); }
H1.HeaderClassName
{
color: #C42B28;
}
.AnyTagClassName
{
color: #C42B28;
}
</style>
background-color css
<style>
a { background-color: #C42B28; }
a { background-color: rgb(196,43,40); }
div.DivClassName
{
background-color: #C42B28;
}
.BgClassName
{
background-color: #C42B28;
}
</style>
border-color css
<style>
span { border-color: #C42B28; }
span { border-color: rgb(196,43,40); }
td.TdClassName
{
border-color: #C42B28;
}
.TagClassName
{
border-color: #C42B28;
}
</style>