Shades of Persian Red #C4322B
Tints of Persian Red #C4322B
RGB
CMYK
RGB Variations
Color information
#C4322B (or 0xC4322B) is known color: Persian Red. HEX triplet: C4, 32 and 2B. RGB value is (196,50,43). Sum of RGB (Red+Green+Blue) = 196+50+43=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C4322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4322B is #3BCDD4. Grayscale: #5D5D5D. Windows color (decimal): -3919317 or 2831044. OLE color: 2831044.
HSL color Cylindrical-coordinate representation of color #C4322B: hue angle of 2.75º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4322B is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 43 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.23 |
| HSL | 2.75º | 0.64% | 0.47% | - |
| HSV(B) | 2.75º | 0.78% | 0.77% | - |
| XYZ | 24.34 | 14.19 | 3.74 | - |
| YUV | 92.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 43 | 0 | 0.74 | 0.78 | 0.23 | 2.75 | 0.64 | 0.47 |
| Hex | C4 | 32 | 2B | 0 | 4A | 4E | 17 | 3 | 40 | 2F |
| Octal | 304 | 62 | 53 | 0 | 112 | 116 | 27 | 3 | 100 | 57 |
| Binary | 11000100 | 110010 | 101011 | 0 | 1001010 | 1001110 | 10111 | 11 | 1000000 | 101111 |
Color Harmonies of #C4322B
Complementary color
Monochromatic Colors of #C4322B
Black with #C4322B
Text Example
Text Example
White with #C4322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4322B; }
p { color: rgb(196,50,43); }
H1.HeaderClassName
{
color: #C4322B;
}
.AnyTagClassName
{
color: #C4322B;
}
</style>
background-color css
<style>
a { background-color: #C4322B; }
a { background-color: rgb(196,50,43); }
div.DivClassName
{
background-color: #C4322B;
}
.BgClassName
{
background-color: #C4322B;
}
</style>
border-color css
<style>
span { border-color: #C4322B; }
span { border-color: rgb(196,50,43); }
td.TdClassName
{
border-color: #C4322B;
}
.TagClassName
{
border-color: #C4322B;
}
</style>