Shades of Persian Red #C43938
Tints of Persian Red #C43938
RGB
CMYK
RGB Variations
Color information
#C43938 (or 0xC43938) is known color: Persian Red. HEX triplet: C4, 39 and 38. RGB value is (196,57,56). Sum of RGB (Red+Green+Blue) = 196+57+56=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C43938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43938 is #3BC6C7. Grayscale: #626262. Windows color (decimal): -3917512 or 3684804. OLE color: 3684804.
HSL color Cylindrical-coordinate representation of color #C43938: hue angle of 0.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43938 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 56 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.23 |
| HSL | 0.43º | 0.56% | 0.49% | - |
| HSV(B) | 0.43º | 0.71% | 0.77% | - |
| XYZ | 24.94 | 14.95 | 5.31 | - |
| YUV | 98.45 | 104.05 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 56 | 0 | 0.71 | 0.71 | 0.23 | 0.43 | 0.56 | 0.49 |
| Hex | C4 | 39 | 38 | 0 | 47 | 47 | 17 | 0 | 38 | 31 |
| Octal | 304 | 71 | 70 | 0 | 107 | 107 | 27 | 0 | 70 | 61 |
| Binary | 11000100 | 111001 | 111000 | 0 | 1000111 | 1000111 | 10111 | 0 | 111000 | 110001 |
Color Harmonies of #C43938
Complementary color
Monochromatic Colors of #C43938
Black with #C43938
Text Example
Text Example
White with #C43938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43938; }
p { color: rgb(196,57,56); }
H1.HeaderClassName
{
color: #C43938;
}
.AnyTagClassName
{
color: #C43938;
}
</style>
background-color css
<style>
a { background-color: #C43938; }
a { background-color: rgb(196,57,56); }
div.DivClassName
{
background-color: #C43938;
}
.BgClassName
{
background-color: #C43938;
}
</style>
border-color css
<style>
span { border-color: #C43938; }
span { border-color: rgb(196,57,56); }
td.TdClassName
{
border-color: #C43938;
}
.TagClassName
{
border-color: #C43938;
}
</style>