Shades of Persian Red #C43327
Tints of Persian Red #C43327
RGB
CMYK
RGB Variations
Color information
#C43327 (or 0xC43327) is known color: Persian Red. HEX triplet: C4, 33 and 27. RGB value is (196,51,39). Sum of RGB (Red+Green+Blue) = 196+51+39=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C43327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43327 is #3BCCD8. Grayscale: #5D5D5D. Windows color (decimal): -3919065 or 2569156. OLE color: 2569156.
HSL color Cylindrical-coordinate representation of color #C43327: hue angle of 4.59º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C43327 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 39 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.23 |
| HSL | 4.59º | 0.67% | 0.46% | - |
| HSV(B) | 4.59º | 0.8% | 0.77% | - |
| XYZ | 24.31 | 14.25 | 3.39 | - |
| YUV | 92.99 | 97.54 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 39 | 0 | 0.74 | 0.80 | 0.23 | 4.59 | 0.67 | 0.46 |
| Hex | C4 | 33 | 27 | 0 | 4A | 50 | 17 | 5 | 43 | 2E |
| Octal | 304 | 63 | 47 | 0 | 112 | 120 | 27 | 5 | 103 | 56 |
| Binary | 11000100 | 110011 | 100111 | 0 | 1001010 | 1010000 | 10111 | 101 | 1000011 | 101110 |
Color Harmonies of #C43327
Complementary color
Monochromatic Colors of #C43327
Black with #C43327
Text Example
Text Example
White with #C43327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43327; }
p { color: rgb(196,51,39); }
H1.HeaderClassName
{
color: #C43327;
}
.AnyTagClassName
{
color: #C43327;
}
</style>
background-color css
<style>
a { background-color: #C43327; }
a { background-color: rgb(196,51,39); }
div.DivClassName
{
background-color: #C43327;
}
.BgClassName
{
background-color: #C43327;
}
</style>
border-color css
<style>
span { border-color: #C43327; }
span { border-color: rgb(196,51,39); }
td.TdClassName
{
border-color: #C43327;
}
.TagClassName
{
border-color: #C43327;
}
</style>