#C2121D

Color #C2121D Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C2121D

Tints of Fire Engine Red #C2121D

Color information

#C2121D (or 0xC2121D) is unknown color: approx Fire Engine Red. HEX triplet: C2, 12 and 1D. RGB value is (194,18,29). Sum of RGB (Red+Green+Blue) = 194+18+29=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C2121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2121D is #3DEDE2. Grayscale: #484848. Windows color (decimal): -4058595 or 1905346. OLE color: 1905346.

HSL color Cylindrical-coordinate representation of color #C2121D: hue angle of 356.25º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2121D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1941829-
CMYK00.910.850.24
HSL356.25º83.02%41.57%-
HSV(B)356.25º90.72%76.08%-
XYZ22.6911.992.28-
YUV71.88103.81215.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 80.50%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 29 (11.72% from 255) = 12.03%
R=80.50%
G=7.47%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194182900.910.850.24356.2583.0241.57
HexC2121D05B5518164532a
Octal302223501331253054412352
Binary110000101001011101010110111010101110001011001001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2121D; }

 p { color: rgb(194,18,29); }

 H1.HeaderClassName
 {
   color: #C2121D;
 }
 .AnyTagClassName
 {
   color: #C2121D;
 }
</style>
background-color css

<style>
 a { background-color: #C2121D; }

 a { background-color: rgb(194,18,29); }

 div.DivClassName
 {
   background-color: #C2121D;
 }
 .BgClassName
 {
   background-color: #C2121D;
 }
</style>
border-color css

<style>
 span { border-color: #C2121D; }

 span { border-color: rgb(194,18,29); }

 td.TdClassName
 {
   border-color: #C2121D;
 }
 .TagClassName
 {
   border-color: #C2121D;
 }
</style>