Shades of Persian Red #C43330
Tints of Persian Red #C43330
RGB
CMYK
RGB Variations
Color information
#C43330 (or 0xC43330) is known color: Persian Red. HEX triplet: C4, 33 and 30. RGB value is (196,51,48). Sum of RGB (Red+Green+Blue) = 196+51+48=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C43330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43330 is #3BCCCF. Grayscale: #5E5E5E. Windows color (decimal): -3919056 or 3158980. OLE color: 3158980.
HSL color Cylindrical-coordinate representation of color #C43330: hue angle of 1.22º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43330 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 48 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.23 |
| HSL | 1.22º | 0.61% | 0.48% | - |
| HSV(B) | 1.22º | 0.76% | 0.77% | - |
| XYZ | 24.48 | 14.32 | 4.27 | - |
| YUV | 94.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 48 | 0 | 0.74 | 0.76 | 0.23 | 1.22 | 0.61 | 0.48 |
| Hex | C4 | 33 | 30 | 0 | 4A | 4C | 17 | 1 | 3D | 30 |
| Octal | 304 | 63 | 60 | 0 | 112 | 114 | 27 | 1 | 75 | 60 |
| Binary | 11000100 | 110011 | 110000 | 0 | 1001010 | 1001100 | 10111 | 1 | 111101 | 110000 |
Color Harmonies of #C43330
Complementary color
Monochromatic Colors of #C43330
Black with #C43330
Text Example
Text Example
White with #C43330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43330; }
p { color: rgb(196,51,48); }
H1.HeaderClassName
{
color: #C43330;
}
.AnyTagClassName
{
color: #C43330;
}
</style>
background-color css
<style>
a { background-color: #C43330; }
a { background-color: rgb(196,51,48); }
div.DivClassName
{
background-color: #C43330;
}
.BgClassName
{
background-color: #C43330;
}
</style>
border-color css
<style>
span { border-color: #C43330; }
span { border-color: rgb(196,51,48); }
td.TdClassName
{
border-color: #C43330;
}
.TagClassName
{
border-color: #C43330;
}
</style>