Shades of Fire Engine Red #C3052D
Tints of Fire Engine Red #C3052D
RGB
CMYK
RGB Variations
Color information
#C3052D (or 0xC3052D) is known color: Fire Engine Red. HEX triplet: C3, 05 and 2D. RGB value is (195,5,45). Sum of RGB (Red+Green+Blue) = 195+5+45=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C3052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3052D is #3CFAD2. Grayscale: #424242. Windows color (decimal): -3996371 or 2950595. OLE color: 2950595.
HSL color Cylindrical-coordinate representation of color #C3052D: hue angle of 347.37º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3052D is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 45 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.24 |
| HSL | 347.37º | 0.95% | 0.39% | - |
| HSV(B) | 347.37º | 0.97% | 0.76% | - |
| XYZ | 23.03 | 11.9 | 3.57 | - |
| YUV | 66.37 | 115.95 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 45 | 0 | 0.97 | 0.77 | 0.24 | 347.37 | 0.95 | 0.39 |
| Hex | C3 | 5 | 2D | 0 | 61 | 4D | 18 | 15B | 5F | 27 |
| Octal | 303 | 5 | 55 | 0 | 141 | 115 | 30 | 533 | 137 | 47 |
| Binary | 11000011 | 101 | 101101 | 0 | 1100001 | 1001101 | 11000 | 101011011 | 1011111 | 100111 |
Color Harmonies of #C3052D
Complementary color
Monochromatic Colors of #C3052D
Black with #C3052D
Text Example
Text Example
White with #C3052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3052D; }
p { color: rgb(195,5,45); }
H1.HeaderClassName
{
color: #C3052D;
}
.AnyTagClassName
{
color: #C3052D;
}
</style>
background-color css
<style>
a { background-color: #C3052D; }
a { background-color: rgb(195,5,45); }
div.DivClassName
{
background-color: #C3052D;
}
.BgClassName
{
background-color: #C3052D;
}
</style>
border-color css
<style>
span { border-color: #C3052D; }
span { border-color: rgb(195,5,45); }
td.TdClassName
{
border-color: #C3052D;
}
.TagClassName
{
border-color: #C3052D;
}
</style>