Shades of Persian Red #C43533
Tints of Persian Red #C43533
RGB
CMYK
RGB Variations
Color information
#C43533 (or 0xC43533) is known color: Persian Red. HEX triplet: C4, 35 and 33. RGB value is (196,53,51). Sum of RGB (Red+Green+Blue) = 196+53+51=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C43533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43533 is #3BCACC. Grayscale: #5F5F5F. Windows color (decimal): -3918541 or 3356100. OLE color: 3356100.
HSL color Cylindrical-coordinate representation of color #C43533: hue angle of 0.83º 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 #C43533 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 51 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.23 |
| HSL | 0.83º | 0.59% | 0.48% | - |
| HSV(B) | 0.83º | 0.74% | 0.77% | - |
| XYZ | 24.64 | 14.52 | 4.64 | - |
| YUV | 95.53 | 102.88 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 51 | 0 | 0.73 | 0.74 | 0.23 | 0.83 | 0.59 | 0.48 |
| Hex | C4 | 35 | 33 | 0 | 49 | 4A | 17 | 1 | 3B | 30 |
| Octal | 304 | 65 | 63 | 0 | 111 | 112 | 27 | 1 | 73 | 60 |
| Binary | 11000100 | 110101 | 110011 | 0 | 1001001 | 1001010 | 10111 | 1 | 111011 | 110000 |
Color Harmonies of #C43533
Complementary color
Monochromatic Colors of #C43533
Black with #C43533
Text Example
Text Example
White with #C43533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43533; }
p { color: rgb(196,53,51); }
H1.HeaderClassName
{
color: #C43533;
}
.AnyTagClassName
{
color: #C43533;
}
</style>
background-color css
<style>
a { background-color: #C43533; }
a { background-color: rgb(196,53,51); }
div.DivClassName
{
background-color: #C43533;
}
.BgClassName
{
background-color: #C43533;
}
</style>
border-color css
<style>
span { border-color: #C43533; }
span { border-color: rgb(196,53,51); }
td.TdClassName
{
border-color: #C43533;
}
.TagClassName
{
border-color: #C43533;
}
</style>