#C2162A

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

Shades of Fire Engine Red #C2162A

Tints of Fire Engine Red #C2162A

Color information

#C2162A (or 0xC2162A) is unknown color: approx Fire Engine Red. HEX triplet: C2, 16 and 2A. RGB value is (194,22,42). Sum of RGB (Red+Green+Blue) = 194+22+42=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C2162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2162A is #3DE9D5. Grayscale: #4B4B4B. Windows color (decimal): -4057558 or 2758338. OLE color: 2758338.

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

Color convert

RGB1942242-
CMYK00.890.780.24
HSL353.02º79.63%42.35%-
HSV(B)353.02º88.66%76.08%-
XYZ22.9512.213.34-
YUV75.71108.98212.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 75.19%
GREEN value IS 22 (8.98% from 255) = 8.53%
BLUE value IS 42 (16.80% from 255) = 16.28%
R=75.19%
G=8.53%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194224200.890.780.24353.0279.6342.35
HexC2162A0594E18161502a
Octal302265201311163054112052
Binary1100001010110101010010110011001110110001011000011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2162A; }

 p { color: rgb(194,22,42); }

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

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

 a { background-color: rgb(194,22,42); }

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

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

 span { border-color: rgb(194,22,42); }

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