Shades of Persian Red #C4302D
Tints of Persian Red #C4302D
RGB
CMYK
RGB Variations
Color information
#C4302D (or 0xC4302D) is known color: Persian Red. HEX triplet: C4, 30 and 2D. RGB value is (196,48,45). Sum of RGB (Red+Green+Blue) = 196+48+45=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C4302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4302D is #3BCFD2. Grayscale: #5C5C5C. Windows color (decimal): -3919827 or 2961604. OLE color: 2961604.
HSL color Cylindrical-coordinate representation of color #C4302D: hue angle of 1.19º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4302D is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 45 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.23 |
| HSL | 1.19º | 0.63% | 0.47% | - |
| HSV(B) | 1.19º | 0.77% | 0.77% | - |
| XYZ | 24.3 | 14.04 | 3.91 | - |
| YUV | 91.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 45 | 0 | 0.76 | 0.77 | 0.23 | 1.19 | 0.63 | 0.47 |
| Hex | C4 | 30 | 2D | 0 | 4C | 4D | 17 | 1 | 3F | 2F |
| Octal | 304 | 60 | 55 | 0 | 114 | 115 | 27 | 1 | 77 | 57 |
| Binary | 11000100 | 110000 | 101101 | 0 | 1001100 | 1001101 | 10111 | 1 | 111111 | 101111 |
Color Harmonies of #C4302D
Complementary color
Monochromatic Colors of #C4302D
Black with #C4302D
Text Example
Text Example
White with #C4302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4302D; }
p { color: rgb(196,48,45); }
H1.HeaderClassName
{
color: #C4302D;
}
.AnyTagClassName
{
color: #C4302D;
}
</style>
background-color css
<style>
a { background-color: #C4302D; }
a { background-color: rgb(196,48,45); }
div.DivClassName
{
background-color: #C4302D;
}
.BgClassName
{
background-color: #C4302D;
}
</style>
border-color css
<style>
span { border-color: #C4302D; }
span { border-color: rgb(196,48,45); }
td.TdClassName
{
border-color: #C4302D;
}
.TagClassName
{
border-color: #C4302D;
}
</style>