Shades of Persian Red #C43E33
Tints of Persian Red #C43E33
RGB
CMYK
RGB Variations
Color information
#C43E33 (or 0xC43E33) is known color: Persian Red. HEX triplet: C4, 3E and 33. RGB value is (196,62,51). Sum of RGB (Red+Green+Blue) = 196+62+51=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E33 is #3BC1CC. Grayscale: #646464. Windows color (decimal): -3916237 or 3358404. OLE color: 3358404.
HSL color Cylindrical-coordinate representation of color #C43E33: hue angle of 4.55º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43E33 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 51 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.23 |
| HSL | 4.55º | 0.59% | 0.48% | - |
| HSV(B) | 4.55º | 0.74% | 0.77% | - |
| XYZ | 25.09 | 15.42 | 4.79 | - |
| YUV | 100.81 | 99.89 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 51 | 0 | 0.68 | 0.74 | 0.23 | 4.55 | 0.59 | 0.48 |
| Hex | C4 | 3E | 33 | 0 | 44 | 4A | 17 | 5 | 3B | 30 |
| Octal | 304 | 76 | 63 | 0 | 104 | 112 | 27 | 5 | 73 | 60 |
| Binary | 11000100 | 111110 | 110011 | 0 | 1000100 | 1001010 | 10111 | 101 | 111011 | 110000 |
Color Harmonies of #C43E33
Complementary color
Monochromatic Colors of #C43E33
Black with #C43E33
Text Example
Text Example
White with #C43E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E33; }
p { color: rgb(196,62,51); }
H1.HeaderClassName
{
color: #C43E33;
}
.AnyTagClassName
{
color: #C43E33;
}
</style>
background-color css
<style>
a { background-color: #C43E33; }
a { background-color: rgb(196,62,51); }
div.DivClassName
{
background-color: #C43E33;
}
.BgClassName
{
background-color: #C43E33;
}
</style>
border-color css
<style>
span { border-color: #C43E33; }
span { border-color: rgb(196,62,51); }
td.TdClassName
{
border-color: #C43E33;
}
.TagClassName
{
border-color: #C43E33;
}
</style>