Shades of Fire Engine Red #C30C28
Tints of Fire Engine Red #C30C28
RGB
CMYK
RGB Variations
Color information
#C30C28 (or 0xC30C28) is known color: Fire Engine Red. HEX triplet: C3, 0C and 28. RGB value is (195,12,40). Sum of RGB (Red+Green+Blue) = 195+12+40=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30C28 is #3CF3D7. Grayscale: #454545. Windows color (decimal): -3994584 or 2624707. OLE color: 2624707.
HSL color Cylindrical-coordinate representation of color #C30C28: hue angle of 350.82º 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 #C30C28 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 40 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.24 |
| HSL | 350.82º | 0.88% | 0.41% | - |
| HSV(B) | 350.82º | 0.94% | 0.76% | - |
| XYZ | 23.02 | 12.02 | 3.11 | - |
| YUV | 69.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 40 | 0 | 0.94 | 0.79 | 0.24 | 350.82 | 0.88 | 0.41 |
| Hex | C3 | C | 28 | 0 | 5E | 4F | 18 | 15F | 58 | 29 |
| Octal | 303 | 14 | 50 | 0 | 136 | 117 | 30 | 537 | 130 | 51 |
| Binary | 11000011 | 1100 | 101000 | 0 | 1011110 | 1001111 | 11000 | 101011111 | 1011000 | 101001 |
Color Harmonies of #C30C28
Complementary color
Monochromatic Colors of #C30C28
Black with #C30C28
Text Example
Text Example
White with #C30C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C28; }
p { color: rgb(195,12,40); }
H1.HeaderClassName
{
color: #C30C28;
}
.AnyTagClassName
{
color: #C30C28;
}
</style>
background-color css
<style>
a { background-color: #C30C28; }
a { background-color: rgb(195,12,40); }
div.DivClassName
{
background-color: #C30C28;
}
.BgClassName
{
background-color: #C30C28;
}
</style>
border-color css
<style>
span { border-color: #C30C28; }
span { border-color: rgb(195,12,40); }
td.TdClassName
{
border-color: #C30C28;
}
.TagClassName
{
border-color: #C30C28;
}
</style>