Shades of Fire Engine Red #C30F2C
Tints of Fire Engine Red #C30F2C
RGB
CMYK
RGB Variations
Color information
#C30F2C (or 0xC30F2C) is known color: Fire Engine Red. HEX triplet: C3, 0F and 2C. RGB value is (195,15,44). Sum of RGB (Red+Green+Blue) = 195+15+44=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F2C is #3CF0D3. Grayscale: #484848. Windows color (decimal): -3993812 or 2887619. OLE color: 2887619.
HSL color Cylindrical-coordinate representation of color #C30F2C: hue angle of 350.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30F2C is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 44 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.24 |
| HSL | 350.33º | 0.86% | 0.41% | - |
| HSV(B) | 350.33º | 0.92% | 0.76% | - |
| XYZ | 23.13 | 12.13 | 3.5 | - |
| YUV | 72.13 | 112.13 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 44 | 0 | 0.92 | 0.77 | 0.24 | 350.33 | 0.86 | 0.41 |
| Hex | C3 | F | 2C | 0 | 5C | 4D | 18 | 15E | 56 | 29 |
| Octal | 303 | 17 | 54 | 0 | 134 | 115 | 30 | 536 | 126 | 51 |
| Binary | 11000011 | 1111 | 101100 | 0 | 1011100 | 1001101 | 11000 | 101011110 | 1010110 | 101001 |
Color Harmonies of #C30F2C
Complementary color
Monochromatic Colors of #C30F2C
Black with #C30F2C
Text Example
Text Example
White with #C30F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F2C; }
p { color: rgb(195,15,44); }
H1.HeaderClassName
{
color: #C30F2C;
}
.AnyTagClassName
{
color: #C30F2C;
}
</style>
background-color css
<style>
a { background-color: #C30F2C; }
a { background-color: rgb(195,15,44); }
div.DivClassName
{
background-color: #C30F2C;
}
.BgClassName
{
background-color: #C30F2C;
}
</style>
border-color css
<style>
span { border-color: #C30F2C; }
span { border-color: rgb(195,15,44); }
td.TdClassName
{
border-color: #C30F2C;
}
.TagClassName
{
border-color: #C30F2C;
}
</style>