Shades of Persian Red #C4302B
Tints of Persian Red #C4302B
RGB
CMYK
RGB Variations
Color information
#C4302B (or 0xC4302B) is known color: Persian Red. HEX triplet: C4, 30 and 2B. RGB value is (196,48,43). Sum of RGB (Red+Green+Blue) = 196+48+43=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C4302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4302B is #3BCFD4. Grayscale: #5B5B5B. Windows color (decimal): -3919829 or 2830532. OLE color: 2830532.
HSL color Cylindrical-coordinate representation of color #C4302B: hue angle of 1.96º 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 #C4302B is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 43 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.23 |
| HSL | 1.96º | 0.64% | 0.47% | - |
| HSV(B) | 1.96º | 0.78% | 0.77% | - |
| XYZ | 24.26 | 14.02 | 3.71 | - |
| YUV | 91.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 43 | 0 | 0.76 | 0.78 | 0.23 | 1.96 | 0.64 | 0.47 |
| Hex | C4 | 30 | 2B | 0 | 4C | 4E | 17 | 2 | 40 | 2F |
| Octal | 304 | 60 | 53 | 0 | 114 | 116 | 27 | 2 | 100 | 57 |
| Binary | 11000100 | 110000 | 101011 | 0 | 1001100 | 1001110 | 10111 | 10 | 1000000 | 101111 |
Color Harmonies of #C4302B
Complementary color
Monochromatic Colors of #C4302B
Black with #C4302B
Text Example
Text Example
White with #C4302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4302B; }
p { color: rgb(196,48,43); }
H1.HeaderClassName
{
color: #C4302B;
}
.AnyTagClassName
{
color: #C4302B;
}
</style>
background-color css
<style>
a { background-color: #C4302B; }
a { background-color: rgb(196,48,43); }
div.DivClassName
{
background-color: #C4302B;
}
.BgClassName
{
background-color: #C4302B;
}
</style>
border-color css
<style>
span { border-color: #C4302B; }
span { border-color: rgb(196,48,43); }
td.TdClassName
{
border-color: #C4302B;
}
.TagClassName
{
border-color: #C4302B;
}
</style>