Shades of Persian Red #C43B2A
Tints of Persian Red #C43B2A
RGB
CMYK
RGB Variations
Color information
#C43B2A (or 0xC43B2A) is known color: Persian Red. HEX triplet: C4, 3B and 2A. RGB value is (196,59,42). Sum of RGB (Red+Green+Blue) = 196+59+42=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43B2A is #3BC4D5. Grayscale: #626262. Windows color (decimal): -3917014 or 2767812. OLE color: 2767812.
HSL color Cylindrical-coordinate representation of color #C43B2A: hue angle of 6.62º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C43B2A is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 42 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.23 |
| HSL | 6.62º | 0.65% | 0.47% | - |
| HSV(B) | 6.62º | 0.79% | 0.77% | - |
| XYZ | 24.75 | 15.03 | 3.79 | - |
| YUV | 98.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 42 | 0 | 0.70 | 0.79 | 0.23 | 6.62 | 0.65 | 0.47 |
| Hex | C4 | 3B | 2A | 0 | 46 | 4F | 17 | 7 | 41 | 2F |
| Octal | 304 | 73 | 52 | 0 | 106 | 117 | 27 | 7 | 101 | 57 |
| Binary | 11000100 | 111011 | 101010 | 0 | 1000110 | 1001111 | 10111 | 111 | 1000001 | 101111 |
Color Harmonies of #C43B2A
Complementary color
Monochromatic Colors of #C43B2A
Black with #C43B2A
Text Example
Text Example
White with #C43B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B2A; }
p { color: rgb(196,59,42); }
H1.HeaderClassName
{
color: #C43B2A;
}
.AnyTagClassName
{
color: #C43B2A;
}
</style>
background-color css
<style>
a { background-color: #C43B2A; }
a { background-color: rgb(196,59,42); }
div.DivClassName
{
background-color: #C43B2A;
}
.BgClassName
{
background-color: #C43B2A;
}
</style>
border-color css
<style>
span { border-color: #C43B2A; }
span { border-color: rgb(196,59,42); }
td.TdClassName
{
border-color: #C43B2A;
}
.TagClassName
{
border-color: #C43B2A;
}
</style>