Shades of Fire Engine Red #C30F25
Tints of Fire Engine Red #C30F25
RGB
CMYK
RGB Variations
Color information
#C30F25 (or 0xC30F25) is known color: Fire Engine Red. HEX triplet: C3, 0F and 25. RGB value is (195,15,37). Sum of RGB (Red+Green+Blue) = 195+15+37=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F25 is #3CF0DA. Grayscale: #474747. Windows color (decimal): -3993819 or 2428867. OLE color: 2428867.
HSL color Cylindrical-coordinate representation of color #C30F25: hue angle of 352.67º 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 #C30F25 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 37 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.24 |
| HSL | 352.67º | 0.86% | 0.41% | - |
| HSV(B) | 352.67º | 0.92% | 0.76% | - |
| XYZ | 23.01 | 12.08 | 2.87 | - |
| YUV | 71.33 | 108.63 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 37 | 0 | 0.92 | 0.81 | 0.24 | 352.67 | 0.86 | 0.41 |
| Hex | C3 | F | 25 | 0 | 5C | 51 | 18 | 161 | 56 | 29 |
| Octal | 303 | 17 | 45 | 0 | 134 | 121 | 30 | 541 | 126 | 51 |
| Binary | 11000011 | 1111 | 100101 | 0 | 1011100 | 1010001 | 11000 | 101100001 | 1010110 | 101001 |
Color Harmonies of #C30F25
Complementary color
Monochromatic Colors of #C30F25
Black with #C30F25
Text Example
Text Example
White with #C30F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F25; }
p { color: rgb(195,15,37); }
H1.HeaderClassName
{
color: #C30F25;
}
.AnyTagClassName
{
color: #C30F25;
}
</style>
background-color css
<style>
a { background-color: #C30F25; }
a { background-color: rgb(195,15,37); }
div.DivClassName
{
background-color: #C30F25;
}
.BgClassName
{
background-color: #C30F25;
}
</style>
border-color css
<style>
span { border-color: #C30F25; }
span { border-color: rgb(195,15,37); }
td.TdClassName
{
border-color: #C30F25;
}
.TagClassName
{
border-color: #C30F25;
}
</style>