Shades of Persian Red #C43734
Tints of Persian Red #C43734
RGB
CMYK
RGB Variations
Color information
#C43734 (or 0xC43734) is known color: Persian Red. HEX triplet: C4, 37 and 34. RGB value is (196,55,52). Sum of RGB (Red+Green+Blue) = 196+55+52=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C43734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43734 is #3BC8CB. Grayscale: #606060. Windows color (decimal): -3918028 or 3422148. OLE color: 3422148.
HSL color Cylindrical-coordinate representation of color #C43734: hue angle of 1.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43734 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 52 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.23 |
| HSL | 1.25º | 0.58% | 0.49% | - |
| HSV(B) | 1.25º | 0.73% | 0.77% | - |
| XYZ | 24.75 | 14.72 | 4.78 | - |
| YUV | 96.82 | 102.71 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 52 | 0 | 0.72 | 0.73 | 0.23 | 1.25 | 0.58 | 0.49 |
| Hex | C4 | 37 | 34 | 0 | 48 | 49 | 17 | 1 | 3A | 31 |
| Octal | 304 | 67 | 64 | 0 | 110 | 111 | 27 | 1 | 72 | 61 |
| Binary | 11000100 | 110111 | 110100 | 0 | 1001000 | 1001001 | 10111 | 1 | 111010 | 110001 |
Color Harmonies of #C43734
Complementary color
Monochromatic Colors of #C43734
Black with #C43734
Text Example
Text Example
White with #C43734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43734; }
p { color: rgb(196,55,52); }
H1.HeaderClassName
{
color: #C43734;
}
.AnyTagClassName
{
color: #C43734;
}
</style>
background-color css
<style>
a { background-color: #C43734; }
a { background-color: rgb(196,55,52); }
div.DivClassName
{
background-color: #C43734;
}
.BgClassName
{
background-color: #C43734;
}
</style>
border-color css
<style>
span { border-color: #C43734; }
span { border-color: rgb(196,55,52); }
td.TdClassName
{
border-color: #C43734;
}
.TagClassName
{
border-color: #C43734;
}
</style>