Shades of Persian Red #C43D36
Tints of Persian Red #C43D36
RGB
CMYK
RGB Variations
Color information
#C43D36 (or 0xC43D36) is known color: Persian Red. HEX triplet: C4, 3D and 36. RGB value is (196,61,54). Sum of RGB (Red+Green+Blue) = 196+61+54=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D36 is #3BC2C9. Grayscale: #646464. Windows color (decimal): -3916490 or 3554756. OLE color: 3554756.
HSL color Cylindrical-coordinate representation of color #C43D36: hue angle of 2.96º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43D36 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 54 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.23 |
| HSL | 2.96º | 0.57% | 0.49% | - |
| HSV(B) | 2.96º | 0.72% | 0.77% | - |
| XYZ | 25.1 | 15.34 | 5.13 | - |
| YUV | 100.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 54 | 0 | 0.69 | 0.72 | 0.23 | 2.96 | 0.57 | 0.49 |
| Hex | C4 | 3D | 36 | 0 | 45 | 48 | 17 | 3 | 39 | 31 |
| Octal | 304 | 75 | 66 | 0 | 105 | 110 | 27 | 3 | 71 | 61 |
| Binary | 11000100 | 111101 | 110110 | 0 | 1000101 | 1001000 | 10111 | 11 | 111001 | 110001 |
Color Harmonies of #C43D36
Complementary color
Monochromatic Colors of #C43D36
Black with #C43D36
Text Example
Text Example
White with #C43D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D36; }
p { color: rgb(196,61,54); }
H1.HeaderClassName
{
color: #C43D36;
}
.AnyTagClassName
{
color: #C43D36;
}
</style>
background-color css
<style>
a { background-color: #C43D36; }
a { background-color: rgb(196,61,54); }
div.DivClassName
{
background-color: #C43D36;
}
.BgClassName
{
background-color: #C43D36;
}
</style>
border-color css
<style>
span { border-color: #C43D36; }
span { border-color: rgb(196,61,54); }
td.TdClassName
{
border-color: #C43D36;
}
.TagClassName
{
border-color: #C43D36;
}
</style>