Shades of Fire Engine Red #C3082A
Tints of Fire Engine Red #C3082A
RGB
CMYK
RGB Variations
Color information
#C3082A (or 0xC3082A) is known color: Fire Engine Red. HEX triplet: C3, 08 and 2A. RGB value is (195,8,42). Sum of RGB (Red+Green+Blue) = 195+8+42=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C3082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3082A is #3CF7D5. Grayscale: #434343. Windows color (decimal): -3995606 or 2754755. OLE color: 2754755.
HSL color Cylindrical-coordinate representation of color #C3082A: hue angle of 349.09º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3082A is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 42 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.24 |
| HSL | 349.09º | 0.92% | 0.4% | - |
| HSV(B) | 349.09º | 0.96% | 0.76% | - |
| XYZ | 23.01 | 11.94 | 3.28 | - |
| YUV | 67.79 | 113.45 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 42 | 0 | 0.96 | 0.78 | 0.24 | 349.09 | 0.92 | 0.4 |
| Hex | C3 | 8 | 2A | 0 | 60 | 4E | 18 | 15D | 5C | 28 |
| Octal | 303 | 10 | 52 | 0 | 140 | 116 | 30 | 535 | 134 | 50 |
| Binary | 11000011 | 1000 | 101010 | 0 | 1100000 | 1001110 | 11000 | 101011101 | 1011100 | 101000 |
Color Harmonies of #C3082A
Complementary color
Monochromatic Colors of #C3082A
Black with #C3082A
Text Example
Text Example
White with #C3082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3082A; }
p { color: rgb(195,8,42); }
H1.HeaderClassName
{
color: #C3082A;
}
.AnyTagClassName
{
color: #C3082A;
}
</style>
background-color css
<style>
a { background-color: #C3082A; }
a { background-color: rgb(195,8,42); }
div.DivClassName
{
background-color: #C3082A;
}
.BgClassName
{
background-color: #C3082A;
}
</style>
border-color css
<style>
span { border-color: #C3082A; }
span { border-color: rgb(195,8,42); }
td.TdClassName
{
border-color: #C3082A;
}
.TagClassName
{
border-color: #C3082A;
}
</style>