Shades of Fire Engine Red #C30B25
Tints of Fire Engine Red #C30B25
RGB
CMYK
RGB Variations
Color information
#C30B25 (or 0xC30B25) is known color: Fire Engine Red. HEX triplet: C3, 0B and 25. RGB value is (195,11,37). Sum of RGB (Red+Green+Blue) = 195+11+37=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30B25 is #3CF4DA. Grayscale: #454545. Windows color (decimal): -3994843 or 2427843. OLE color: 2427843.
HSL color Cylindrical-coordinate representation of color #C30B25: hue angle of 351.52º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30B25 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 37 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.24 |
| HSL | 351.52º | 0.89% | 0.4% | - |
| HSV(B) | 351.52º | 0.94% | 0.76% | - |
| XYZ | 22.96 | 11.98 | 2.85 | - |
| YUV | 68.98 | 109.96 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 37 | 0 | 0.94 | 0.81 | 0.24 | 351.52 | 0.89 | 0.4 |
| Hex | C3 | B | 25 | 0 | 5E | 51 | 18 | 160 | 59 | 28 |
| Octal | 303 | 13 | 45 | 0 | 136 | 121 | 30 | 540 | 131 | 50 |
| Binary | 11000011 | 1011 | 100101 | 0 | 1011110 | 1010001 | 11000 | 101100000 | 1011001 | 101000 |
Color Harmonies of #C30B25
Complementary color
Monochromatic Colors of #C30B25
Black with #C30B25
Text Example
Text Example
White with #C30B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B25; }
p { color: rgb(195,11,37); }
H1.HeaderClassName
{
color: #C30B25;
}
.AnyTagClassName
{
color: #C30B25;
}
</style>
background-color css
<style>
a { background-color: #C30B25; }
a { background-color: rgb(195,11,37); }
div.DivClassName
{
background-color: #C30B25;
}
.BgClassName
{
background-color: #C30B25;
}
</style>
border-color css
<style>
span { border-color: #C30B25; }
span { border-color: rgb(195,11,37); }
td.TdClassName
{
border-color: #C30B25;
}
.TagClassName
{
border-color: #C30B25;
}
</style>