Shades of Fire Engine Red #C30C25
Tints of Fire Engine Red #C30C25
RGB
CMYK
RGB Variations
Color information
#C30C25 (or 0xC30C25) is known color: Fire Engine Red. HEX triplet: C3, 0C and 25. RGB value is (195,12,37). Sum of RGB (Red+Green+Blue) = 195+12+37=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30C25 is #3CF3DA. Grayscale: #454545. Windows color (decimal): -3994587 or 2428099. OLE color: 2428099.
HSL color Cylindrical-coordinate representation of color #C30C25: hue angle of 351.8º 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 #C30C25 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 37 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.24 |
| HSL | 351.8º | 0.88% | 0.41% | - |
| HSV(B) | 351.8º | 0.94% | 0.76% | - |
| XYZ | 22.97 | 12 | 2.86 | - |
| YUV | 69.57 | 109.63 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 37 | 0 | 0.94 | 0.81 | 0.24 | 351.8 | 0.88 | 0.41 |
| Hex | C3 | C | 25 | 0 | 5E | 51 | 18 | 160 | 58 | 29 |
| Octal | 303 | 14 | 45 | 0 | 136 | 121 | 30 | 540 | 130 | 51 |
| Binary | 11000011 | 1100 | 100101 | 0 | 1011110 | 1010001 | 11000 | 101100000 | 1011000 | 101001 |
Color Harmonies of #C30C25
Complementary color
Monochromatic Colors of #C30C25
Black with #C30C25
Text Example
Text Example
White with #C30C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C25; }
p { color: rgb(195,12,37); }
H1.HeaderClassName
{
color: #C30C25;
}
.AnyTagClassName
{
color: #C30C25;
}
</style>
background-color css
<style>
a { background-color: #C30C25; }
a { background-color: rgb(195,12,37); }
div.DivClassName
{
background-color: #C30C25;
}
.BgClassName
{
background-color: #C30C25;
}
</style>
border-color css
<style>
span { border-color: #C30C25; }
span { border-color: rgb(195,12,37); }
td.TdClassName
{
border-color: #C30C25;
}
.TagClassName
{
border-color: #C30C25;
}
</style>