Shades of Fire Engine Red #C21F23
Tints of Fire Engine Red #C21F23
RGB
CMYK
RGB Variations
Color information
#C21F23 (or 0xC21F23) is known color: Fire Engine Red. HEX triplet: C2, 1F and 23. RGB value is (194,31,35). Sum of RGB (Red+Green+Blue) = 194+31+35=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F23 is #3DE0DC. Grayscale: #505050. Windows color (decimal): -4055261 or 2301890. OLE color: 2301890.
HSL color Cylindrical-coordinate representation of color #C21F23: hue angle of 358.53º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F23 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 35 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.24 |
| HSL | 358.53º | 0.72% | 0.44% | - |
| HSV(B) | 358.53º | 0.84% | 0.76% | - |
| XYZ | 23.04 | 12.57 | 2.8 | - |
| YUV | 80.19 | 102.5 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 35 | 0 | 0.84 | 0.82 | 0.24 | 358.53 | 0.72 | 0.44 |
| Hex | C2 | 1F | 23 | 0 | 54 | 52 | 18 | 167 | 48 | 2C |
| Octal | 302 | 37 | 43 | 0 | 124 | 122 | 30 | 547 | 110 | 54 |
| Binary | 11000010 | 11111 | 100011 | 0 | 1010100 | 1010010 | 11000 | 101100111 | 1001000 | 101100 |
Color Harmonies of #C21F23
Complementary color
Monochromatic Colors of #C21F23
Black with #C21F23
Text Example
Text Example
White with #C21F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F23; }
p { color: rgb(194,31,35); }
H1.HeaderClassName
{
color: #C21F23;
}
.AnyTagClassName
{
color: #C21F23;
}
</style>
background-color css
<style>
a { background-color: #C21F23; }
a { background-color: rgb(194,31,35); }
div.DivClassName
{
background-color: #C21F23;
}
.BgClassName
{
background-color: #C21F23;
}
</style>
border-color css
<style>
span { border-color: #C21F23; }
span { border-color: rgb(194,31,35); }
td.TdClassName
{
border-color: #C21F23;
}
.TagClassName
{
border-color: #C21F23;
}
</style>