Shades of Persian Red #C43228
Tints of Persian Red #C43228
RGB
CMYK
RGB Variations
Color information
#C43228 (or 0xC43228) is known color: Persian Red. HEX triplet: C4, 32 and 28. RGB value is (196,50,40). Sum of RGB (Red+Green+Blue) = 196+50+40=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C43228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43228 is #3BCDD7. Grayscale: #5C5C5C. Windows color (decimal): -3919320 or 2634436. OLE color: 2634436.
HSL color Cylindrical-coordinate representation of color #C43228: hue angle of 3.85º degrees, saturation: 0.66, 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 #C43228 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 40 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.23 |
| HSL | 3.85º | 0.66% | 0.46% | - |
| HSV(B) | 3.85º | 0.8% | 0.77% | - |
| XYZ | 24.29 | 14.17 | 3.46 | - |
| YUV | 92.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 40 | 0 | 0.74 | 0.80 | 0.23 | 3.85 | 0.66 | 0.46 |
| Hex | C4 | 32 | 28 | 0 | 4A | 50 | 17 | 4 | 42 | 2E |
| Octal | 304 | 62 | 50 | 0 | 112 | 120 | 27 | 4 | 102 | 56 |
| Binary | 11000100 | 110010 | 101000 | 0 | 1001010 | 1010000 | 10111 | 100 | 1000010 | 101110 |
Color Harmonies of #C43228
Complementary color
Monochromatic Colors of #C43228
Black with #C43228
Text Example
Text Example
White with #C43228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43228; }
p { color: rgb(196,50,40); }
H1.HeaderClassName
{
color: #C43228;
}
.AnyTagClassName
{
color: #C43228;
}
</style>
background-color css
<style>
a { background-color: #C43228; }
a { background-color: rgb(196,50,40); }
div.DivClassName
{
background-color: #C43228;
}
.BgClassName
{
background-color: #C43228;
}
</style>
border-color css
<style>
span { border-color: #C43228; }
span { border-color: rgb(196,50,40); }
td.TdClassName
{
border-color: #C43228;
}
.TagClassName
{
border-color: #C43228;
}
</style>