Shades of Fire Engine Red #C21B28
Tints of Fire Engine Red #C21B28
RGB
CMYK
RGB Variations
Color information
#C21B28 (or 0xC21B28) is known color: Fire Engine Red. HEX triplet: C2, 1B and 28. RGB value is (194,27,40). Sum of RGB (Red+Green+Blue) = 194+27+40=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B28 is #3DE4D7. Grayscale: #4E4E4E. Windows color (decimal): -4056280 or 2628546. OLE color: 2628546.
HSL color Cylindrical-coordinate representation of color #C21B28: hue angle of 355.33º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21B28 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 40 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.24 |
| HSL | 355.33º | 0.76% | 0.43% | - |
| HSV(B) | 355.33º | 0.86% | 0.76% | - |
| XYZ | 23.02 | 12.41 | 3.19 | - |
| YUV | 78.42 | 106.33 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 40 | 0 | 0.86 | 0.79 | 0.24 | 355.33 | 0.76 | 0.43 |
| Hex | C2 | 1B | 28 | 0 | 56 | 4F | 18 | 163 | 4C | 2B |
| Octal | 302 | 33 | 50 | 0 | 126 | 117 | 30 | 543 | 114 | 53 |
| Binary | 11000010 | 11011 | 101000 | 0 | 1010110 | 1001111 | 11000 | 101100011 | 1001100 | 101011 |
Color Harmonies of #C21B28
Complementary color
Monochromatic Colors of #C21B28
Black with #C21B28
Text Example
Text Example
White with #C21B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21B28; }
p { color: rgb(194,27,40); }
H1.HeaderClassName
{
color: #C21B28;
}
.AnyTagClassName
{
color: #C21B28;
}
</style>
background-color css
<style>
a { background-color: #C21B28; }
a { background-color: rgb(194,27,40); }
div.DivClassName
{
background-color: #C21B28;
}
.BgClassName
{
background-color: #C21B28;
}
</style>
border-color css
<style>
span { border-color: #C21B28; }
span { border-color: rgb(194,27,40); }
td.TdClassName
{
border-color: #C21B28;
}
.TagClassName
{
border-color: #C21B28;
}
</style>