Shades of Fire Engine Red #C30F24
Tints of Fire Engine Red #C30F24
RGB
CMYK
RGB Variations
Color information
#C30F24 (or 0xC30F24) is known color: Fire Engine Red. HEX triplet: C3, 0F and 24. RGB value is (195,15,36). Sum of RGB (Red+Green+Blue) = 195+15+36=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F24 is #3CF0DB. Grayscale: #474747. Windows color (decimal): -3993820 or 2363331. OLE color: 2363331.
HSL color Cylindrical-coordinate representation of color #C30F24: hue angle of 353º 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 #C30F24 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 36 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.24 |
| HSL | 353º | 0.86% | 0.41% | - |
| HSV(B) | 353º | 0.92% | 0.76% | - |
| XYZ | 22.99 | 12.07 | 2.79 | - |
| YUV | 71.21 | 108.13 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 36 | 0 | 0.92 | 0.82 | 0.24 | 353 | 0.86 | 0.41 |
| Hex | C3 | F | 24 | 0 | 5C | 52 | 18 | 161 | 56 | 29 |
| Octal | 303 | 17 | 44 | 0 | 134 | 122 | 30 | 541 | 126 | 51 |
| Binary | 11000011 | 1111 | 100100 | 0 | 1011100 | 1010010 | 11000 | 101100001 | 1010110 | 101001 |
Color Harmonies of #C30F24
Complementary color
Monochromatic Colors of #C30F24
Black with #C30F24
Text Example
Text Example
White with #C30F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F24; }
p { color: rgb(195,15,36); }
H1.HeaderClassName
{
color: #C30F24;
}
.AnyTagClassName
{
color: #C30F24;
}
</style>
background-color css
<style>
a { background-color: #C30F24; }
a { background-color: rgb(195,15,36); }
div.DivClassName
{
background-color: #C30F24;
}
.BgClassName
{
background-color: #C30F24;
}
</style>
border-color css
<style>
span { border-color: #C30F24; }
span { border-color: rgb(195,15,36); }
td.TdClassName
{
border-color: #C30F24;
}
.TagClassName
{
border-color: #C30F24;
}
</style>