Shades of Persian Red #C43331
Tints of Persian Red #C43331
RGB
CMYK
RGB Variations
Color information
#C43331 (or 0xC43331) is known color: Persian Red. HEX triplet: C4, 33 and 31. RGB value is (196,51,49). Sum of RGB (Red+Green+Blue) = 196+51+49=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C43331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43331 is #3BCCCE. Grayscale: #5E5E5E. Windows color (decimal): -3919055 or 3224516. OLE color: 3224516.
HSL color Cylindrical-coordinate representation of color #C43331: hue angle of 0.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43331 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 49 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.23 |
| HSL | 0.82º | 0.6% | 0.48% | - |
| HSV(B) | 0.82º | 0.75% | 0.77% | - |
| XYZ | 24.5 | 14.33 | 4.38 | - |
| YUV | 94.13 | 102.54 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 49 | 0 | 0.74 | 0.75 | 0.23 | 0.82 | 0.6 | 0.48 |
| Hex | C4 | 33 | 31 | 0 | 4A | 4B | 17 | 1 | 3C | 30 |
| Octal | 304 | 63 | 61 | 0 | 112 | 113 | 27 | 1 | 74 | 60 |
| Binary | 11000100 | 110011 | 110001 | 0 | 1001010 | 1001011 | 10111 | 1 | 111100 | 110000 |
Color Harmonies of #C43331
Complementary color
Monochromatic Colors of #C43331
Black with #C43331
Text Example
Text Example
White with #C43331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43331; }
p { color: rgb(196,51,49); }
H1.HeaderClassName
{
color: #C43331;
}
.AnyTagClassName
{
color: #C43331;
}
</style>
background-color css
<style>
a { background-color: #C43331; }
a { background-color: rgb(196,51,49); }
div.DivClassName
{
background-color: #C43331;
}
.BgClassName
{
background-color: #C43331;
}
</style>
border-color css
<style>
span { border-color: #C43331; }
span { border-color: rgb(196,51,49); }
td.TdClassName
{
border-color: #C43331;
}
.TagClassName
{
border-color: #C43331;
}
</style>