Shades of Fire Engine Red #C30A28
Tints of Fire Engine Red #C30A28
RGB
CMYK
RGB Variations
Color information
#C30A28 (or 0xC30A28) is known color: Fire Engine Red. HEX triplet: C3, 0A and 28. RGB value is (195,10,40). Sum of RGB (Red+Green+Blue) = 195+10+40=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30A28 is #3CF5D7. Grayscale: #444444. Windows color (decimal): -3995096 or 2624195. OLE color: 2624195.
HSL color Cylindrical-coordinate representation of color #C30A28: hue angle of 350.27º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30A28 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 40 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.24 |
| HSL | 350.27º | 0.9% | 0.4% | - |
| HSV(B) | 350.27º | 0.95% | 0.76% | - |
| XYZ | 23 | 11.97 | 3.11 | - |
| YUV | 68.74 | 111.79 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 40 | 0 | 0.95 | 0.79 | 0.24 | 350.27 | 0.9 | 0.4 |
| Hex | C3 | A | 28 | 0 | 5F | 4F | 18 | 15E | 5A | 28 |
| Octal | 303 | 12 | 50 | 0 | 137 | 117 | 30 | 536 | 132 | 50 |
| Binary | 11000011 | 1010 | 101000 | 0 | 1011111 | 1001111 | 11000 | 101011110 | 1011010 | 101000 |
Color Harmonies of #C30A28
Complementary color
Monochromatic Colors of #C30A28
Black with #C30A28
Text Example
Text Example
White with #C30A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30A28; }
p { color: rgb(195,10,40); }
H1.HeaderClassName
{
color: #C30A28;
}
.AnyTagClassName
{
color: #C30A28;
}
</style>
background-color css
<style>
a { background-color: #C30A28; }
a { background-color: rgb(195,10,40); }
div.DivClassName
{
background-color: #C30A28;
}
.BgClassName
{
background-color: #C30A28;
}
</style>
border-color css
<style>
span { border-color: #C30A28; }
span { border-color: rgb(195,10,40); }
td.TdClassName
{
border-color: #C30A28;
}
.TagClassName
{
border-color: #C30A28;
}
</style>