Shades of Persian Red #C4312F
Tints of Persian Red #C4312F
RGB
CMYK
RGB Variations
Color information
#C4312F (or 0xC4312F) is known color: Persian Red. HEX triplet: C4, 31 and 2F. RGB value is (196,49,47). Sum of RGB (Red+Green+Blue) = 196+49+47=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C4312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4312F is #3BCED0. Grayscale: #5C5C5C. Windows color (decimal): -3919569 or 3092932. OLE color: 3092932.
HSL color Cylindrical-coordinate representation of color #C4312F: hue angle of 0.81º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4312F is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 47 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.23 |
| HSL | 0.81º | 0.61% | 0.48% | - |
| HSV(B) | 0.81º | 0.76% | 0.77% | - |
| XYZ | 24.38 | 14.14 | 4.13 | - |
| YUV | 92.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 47 | 0 | 0.75 | 0.76 | 0.23 | 0.81 | 0.61 | 0.48 |
| Hex | C4 | 31 | 2F | 0 | 4B | 4C | 17 | 1 | 3D | 30 |
| Octal | 304 | 61 | 57 | 0 | 113 | 114 | 27 | 1 | 75 | 60 |
| Binary | 11000100 | 110001 | 101111 | 0 | 1001011 | 1001100 | 10111 | 1 | 111101 | 110000 |
Color Harmonies of #C4312F
Complementary color
Monochromatic Colors of #C4312F
Black with #C4312F
Text Example
Text Example
White with #C4312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4312F; }
p { color: rgb(196,49,47); }
H1.HeaderClassName
{
color: #C4312F;
}
.AnyTagClassName
{
color: #C4312F;
}
</style>
background-color css
<style>
a { background-color: #C4312F; }
a { background-color: rgb(196,49,47); }
div.DivClassName
{
background-color: #C4312F;
}
.BgClassName
{
background-color: #C4312F;
}
</style>
border-color css
<style>
span { border-color: #C4312F; }
span { border-color: rgb(196,49,47); }
td.TdClassName
{
border-color: #C4312F;
}
.TagClassName
{
border-color: #C4312F;
}
</style>