Shades of Fire Engine Red #C30C2A
Tints of Fire Engine Red #C30C2A
RGB
CMYK
RGB Variations
Color information
#C30C2A (or 0xC30C2A) is known color: Fire Engine Red. HEX triplet: C3, 0C and 2A. RGB value is (195,12,42). Sum of RGB (Red+Green+Blue) = 195+12+42=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30C2A is #3CF3D5. Grayscale: #464646. Windows color (decimal): -3994582 or 2755779. OLE color: 2755779.
HSL color Cylindrical-coordinate representation of color #C30C2A: hue angle of 350.16º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C2A is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 42 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.24 |
| HSL | 350.16º | 0.88% | 0.41% | - |
| HSV(B) | 350.16º | 0.94% | 0.76% | - |
| XYZ | 23.06 | 12.03 | 3.3 | - |
| YUV | 70.14 | 112.13 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 42 | 0 | 0.94 | 0.78 | 0.24 | 350.16 | 0.88 | 0.41 |
| Hex | C3 | C | 2A | 0 | 5E | 4E | 18 | 15E | 58 | 29 |
| Octal | 303 | 14 | 52 | 0 | 136 | 116 | 30 | 536 | 130 | 51 |
| Binary | 11000011 | 1100 | 101010 | 0 | 1011110 | 1001110 | 11000 | 101011110 | 1011000 | 101001 |
Color Harmonies of #C30C2A
Complementary color
Monochromatic Colors of #C30C2A
Black with #C30C2A
Text Example
Text Example
White with #C30C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C2A; }
p { color: rgb(195,12,42); }
H1.HeaderClassName
{
color: #C30C2A;
}
.AnyTagClassName
{
color: #C30C2A;
}
</style>
background-color css
<style>
a { background-color: #C30C2A; }
a { background-color: rgb(195,12,42); }
div.DivClassName
{
background-color: #C30C2A;
}
.BgClassName
{
background-color: #C30C2A;
}
</style>
border-color css
<style>
span { border-color: #C30C2A; }
span { border-color: rgb(195,12,42); }
td.TdClassName
{
border-color: #C30C2A;
}
.TagClassName
{
border-color: #C30C2A;
}
</style>