Shades of Fire Engine Red #C00D2B
Tints of Fire Engine Red #C00D2B
RGB
CMYK
RGB Variations
Color information
#C00D2B (or 0xC00D2B) is known color: Fire Engine Red. HEX triplet: C0, 0D and 2B. RGB value is (192,13,43). Sum of RGB (Red+Green+Blue) = 192+13+43=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00D2B is #3FF2D4. Grayscale: #464646. Windows color (decimal): -4190933 or 2821568. OLE color: 2821568.
HSL color Cylindrical-coordinate representation of color #C00D2B: hue angle of 349.94º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D2B is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 13 | 43 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.25 |
| HSL | 349.94º | 0.87% | 0.4% | - |
| HSV(B) | 349.94º | 0.93% | 0.75% | - |
| XYZ | 22.32 | 11.67 | 3.36 | - |
| YUV | 69.94 | 112.8 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 43 | 0 | 0.93 | 0.78 | 0.25 | 349.94 | 0.87 | 0.4 |
| Hex | C0 | D | 2B | 0 | 5D | 4E | 19 | 15E | 57 | 28 |
| Octal | 300 | 15 | 53 | 0 | 135 | 116 | 31 | 536 | 127 | 50 |
| Binary | 11000000 | 1101 | 101011 | 0 | 1011101 | 1001110 | 11001 | 101011110 | 1010111 | 101000 |
Color Harmonies of #C00D2B
Complementary color
Monochromatic Colors of #C00D2B
Black with #C00D2B
Text Example
Text Example
White with #C00D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00D2B; }
p { color: rgb(192,13,43); }
H1.HeaderClassName
{
color: #C00D2B;
}
.AnyTagClassName
{
color: #C00D2B;
}
</style>
background-color css
<style>
a { background-color: #C00D2B; }
a { background-color: rgb(192,13,43); }
div.DivClassName
{
background-color: #C00D2B;
}
.BgClassName
{
background-color: #C00D2B;
}
</style>
border-color css
<style>
span { border-color: #C00D2B; }
span { border-color: rgb(192,13,43); }
td.TdClassName
{
border-color: #C00D2B;
}
.TagClassName
{
border-color: #C00D2B;
}
</style>