Shades of Fire Engine Red #C30F2B
Tints of Fire Engine Red #C30F2B
RGB
CMYK
RGB Variations
Color information
#C30F2B (or 0xC30F2B) is known color: Fire Engine Red. HEX triplet: C3, 0F and 2B. RGB value is (195,15,43). Sum of RGB (Red+Green+Blue) = 195+15+43=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F2B is #3CF0D4. Grayscale: #484848. Windows color (decimal): -3993813 or 2822083. OLE color: 2822083.
HSL color Cylindrical-coordinate representation of color #C30F2B: hue angle of 350.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 #C30F2B is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 43 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.24 |
| HSL | 350.67º | 0.86% | 0.41% | - |
| HSV(B) | 350.67º | 0.92% | 0.76% | - |
| XYZ | 23.11 | 12.12 | 3.41 | - |
| YUV | 72.01 | 111.63 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 43 | 0 | 0.92 | 0.78 | 0.24 | 350.67 | 0.86 | 0.41 |
| Hex | C3 | F | 2B | 0 | 5C | 4E | 18 | 15F | 56 | 29 |
| Octal | 303 | 17 | 53 | 0 | 134 | 116 | 30 | 537 | 126 | 51 |
| Binary | 11000011 | 1111 | 101011 | 0 | 1011100 | 1001110 | 11000 | 101011111 | 1010110 | 101001 |
Color Harmonies of #C30F2B
Complementary color
Monochromatic Colors of #C30F2B
Black with #C30F2B
Text Example
Text Example
White with #C30F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F2B; }
p { color: rgb(195,15,43); }
H1.HeaderClassName
{
color: #C30F2B;
}
.AnyTagClassName
{
color: #C30F2B;
}
</style>
background-color css
<style>
a { background-color: #C30F2B; }
a { background-color: rgb(195,15,43); }
div.DivClassName
{
background-color: #C30F2B;
}
.BgClassName
{
background-color: #C30F2B;
}
</style>
border-color css
<style>
span { border-color: #C30F2B; }
span { border-color: rgb(195,15,43); }
td.TdClassName
{
border-color: #C30F2B;
}
.TagClassName
{
border-color: #C30F2B;
}
</style>