Shades of Fire Engine Red #C30D25
Tints of Fire Engine Red #C30D25
RGB
CMYK
RGB Variations
Color information
#C30D25 (or 0xC30D25) is known color: Fire Engine Red. HEX triplet: C3, 0D and 25. RGB value is (195,13,37). Sum of RGB (Red+Green+Blue) = 195+13+37=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D25 is #3CF2DA. Grayscale: #464646. Windows color (decimal): -3994331 or 2428355. OLE color: 2428355.
HSL color Cylindrical-coordinate representation of color #C30D25: hue angle of 352.09º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D25 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 37 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.24 |
| HSL | 352.09º | 0.88% | 0.41% | - |
| HSV(B) | 352.09º | 0.93% | 0.76% | - |
| XYZ | 22.98 | 12.02 | 2.86 | - |
| YUV | 70.15 | 109.3 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 37 | 0 | 0.93 | 0.81 | 0.24 | 352.09 | 0.88 | 0.41 |
| Hex | C3 | D | 25 | 0 | 5D | 51 | 18 | 160 | 58 | 29 |
| Octal | 303 | 15 | 45 | 0 | 135 | 121 | 30 | 540 | 130 | 51 |
| Binary | 11000011 | 1101 | 100101 | 0 | 1011101 | 1010001 | 11000 | 101100000 | 1011000 | 101001 |
Color Harmonies of #C30D25
Complementary color
Monochromatic Colors of #C30D25
Black with #C30D25
Text Example
Text Example
White with #C30D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D25; }
p { color: rgb(195,13,37); }
H1.HeaderClassName
{
color: #C30D25;
}
.AnyTagClassName
{
color: #C30D25;
}
</style>
background-color css
<style>
a { background-color: #C30D25; }
a { background-color: rgb(195,13,37); }
div.DivClassName
{
background-color: #C30D25;
}
.BgClassName
{
background-color: #C30D25;
}
</style>
border-color css
<style>
span { border-color: #C30D25; }
span { border-color: rgb(195,13,37); }
td.TdClassName
{
border-color: #C30D25;
}
.TagClassName
{
border-color: #C30D25;
}
</style>