Shades of Persian Red #C43324
Tints of Persian Red #C43324
RGB
CMYK
RGB Variations
Color information
#C43324 (or 0xC43324) is known color: Persian Red. HEX triplet: C4, 33 and 24. RGB value is (196,51,36). Sum of RGB (Red+Green+Blue) = 196+51+36=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C43324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43324 is #3BCCDB. Grayscale: #5C5C5C. Windows color (decimal): -3919068 or 2372548. OLE color: 2372548.
HSL color Cylindrical-coordinate representation of color #C43324: hue angle of 5.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C43324 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 36 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.23 |
| HSL | 5.63º | 0.69% | 0.45% | - |
| HSV(B) | 5.63º | 0.82% | 0.77% | - |
| XYZ | 24.27 | 14.23 | 3.14 | - |
| YUV | 92.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 36 | 0 | 0.74 | 0.82 | 0.23 | 5.63 | 0.69 | 0.45 |
| Hex | C4 | 33 | 24 | 0 | 4A | 52 | 17 | 6 | 45 | 2D |
| Octal | 304 | 63 | 44 | 0 | 112 | 122 | 27 | 6 | 105 | 55 |
| Binary | 11000100 | 110011 | 100100 | 0 | 1001010 | 1010010 | 10111 | 110 | 1000101 | 101101 |
Color Harmonies of #C43324
Complementary color
Monochromatic Colors of #C43324
Black with #C43324
Text Example
Text Example
White with #C43324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43324; }
p { color: rgb(196,51,36); }
H1.HeaderClassName
{
color: #C43324;
}
.AnyTagClassName
{
color: #C43324;
}
</style>
background-color css
<style>
a { background-color: #C43324; }
a { background-color: rgb(196,51,36); }
div.DivClassName
{
background-color: #C43324;
}
.BgClassName
{
background-color: #C43324;
}
</style>
border-color css
<style>
span { border-color: #C43324; }
span { border-color: rgb(196,51,36); }
td.TdClassName
{
border-color: #C43324;
}
.TagClassName
{
border-color: #C43324;
}
</style>