Shades of Fire Engine Red #C12328
Tints of Fire Engine Red #C12328
RGB
CMYK
RGB Variations
Color information
#C12328 (or 0xC12328) is known color: Fire Engine Red. HEX triplet: C1, 23 and 28. RGB value is (193,35,40). Sum of RGB (Red+Green+Blue) = 193+35+40=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C12328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12328 is #3EDCD7. Grayscale: #525252. Windows color (decimal): -4119768 or 2630593. OLE color: 2630593.
HSL color Cylindrical-coordinate representation of color #C12328: hue angle of 358.1º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12328 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 40 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.24 |
| HSL | 358.1º | 0.69% | 0.45% | - |
| HSV(B) | 358.1º | 0.82% | 0.76% | - |
| XYZ | 22.98 | 12.69 | 3.25 | - |
| YUV | 82.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 40 | 0 | 0.82 | 0.79 | 0.24 | 358.1 | 0.69 | 0.45 |
| Hex | C1 | 23 | 28 | 0 | 52 | 4F | 18 | 166 | 45 | 2D |
| Octal | 301 | 43 | 50 | 0 | 122 | 117 | 30 | 546 | 105 | 55 |
| Binary | 11000001 | 100011 | 101000 | 0 | 1010010 | 1001111 | 11000 | 101100110 | 1000101 | 101101 |
Color Harmonies of #C12328
Complementary color
Monochromatic Colors of #C12328
Black with #C12328
Text Example
Text Example
White with #C12328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12328; }
p { color: rgb(193,35,40); }
H1.HeaderClassName
{
color: #C12328;
}
.AnyTagClassName
{
color: #C12328;
}
</style>
background-color css
<style>
a { background-color: #C12328; }
a { background-color: rgb(193,35,40); }
div.DivClassName
{
background-color: #C12328;
}
.BgClassName
{
background-color: #C12328;
}
</style>
border-color css
<style>
span { border-color: #C12328; }
span { border-color: rgb(193,35,40); }
td.TdClassName
{
border-color: #C12328;
}
.TagClassName
{
border-color: #C12328;
}
</style>