Shades of Fire Engine Red #C30B28
Tints of Fire Engine Red #C30B28
RGB
CMYK
RGB Variations
Color information
#C30B28 (or 0xC30B28) is known color: Fire Engine Red. HEX triplet: C3, 0B and 28. RGB value is (195,11,40). Sum of RGB (Red+Green+Blue) = 195+11+40=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30B28 is #3CF4D7. Grayscale: #454545. Windows color (decimal): -3994840 or 2624451. OLE color: 2624451.
HSL color Cylindrical-coordinate representation of color #C30B28: hue angle of 350.54º 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 #C30B28 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 40 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.24 |
| HSL | 350.54º | 0.89% | 0.4% | - |
| HSV(B) | 350.54º | 0.94% | 0.76% | - |
| XYZ | 23.01 | 11.99 | 3.11 | - |
| YUV | 69.32 | 111.46 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 40 | 0 | 0.94 | 0.79 | 0.24 | 350.54 | 0.89 | 0.4 |
| Hex | C3 | B | 28 | 0 | 5E | 4F | 18 | 15F | 59 | 28 |
| Octal | 303 | 13 | 50 | 0 | 136 | 117 | 30 | 537 | 131 | 50 |
| Binary | 11000011 | 1011 | 101000 | 0 | 1011110 | 1001111 | 11000 | 101011111 | 1011001 | 101000 |
Color Harmonies of #C30B28
Complementary color
Monochromatic Colors of #C30B28
Black with #C30B28
Text Example
Text Example
White with #C30B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B28; }
p { color: rgb(195,11,40); }
H1.HeaderClassName
{
color: #C30B28;
}
.AnyTagClassName
{
color: #C30B28;
}
</style>
background-color css
<style>
a { background-color: #C30B28; }
a { background-color: rgb(195,11,40); }
div.DivClassName
{
background-color: #C30B28;
}
.BgClassName
{
background-color: #C30B28;
}
</style>
border-color css
<style>
span { border-color: #C30B28; }
span { border-color: rgb(195,11,40); }
td.TdClassName
{
border-color: #C30B28;
}
.TagClassName
{
border-color: #C30B28;
}
</style>