#C6121A

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

Shades of Fire Engine Red #C6121A

Tints of Fire Engine Red #C6121A

Color information

#C6121A (or 0xC6121A) is unknown color: approx Fire Engine Red. HEX triplet: C6, 12 and 1A. RGB value is (198,18,26). Sum of RGB (Red+Green+Blue) = 198+18+26=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C6121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6121A is #39EDE5. Grayscale: #484848. Windows color (decimal): -3796454 or 1708742. OLE color: 1708742.

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

Color convert

RGB1981826-
CMYK00.910.870.22
HSL357.33º83.33%42.35%-
HSV(B)357.33º90.91%77.65%-
XYZ23.6912.512.14-
YUV72.73101.63217.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 81.82%
GREEN value IS 18 (7.42% from 255) = 7.44%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=81.82%
G=7.44%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198182600.910.870.22357.3383.3342.35
HexC6121A05B5716165532a
Octal306223201331272654512352
Binary110001101001011010010110111010111101101011001011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6121A; }

 p { color: rgb(198,18,26); }

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

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

 a { background-color: rgb(198,18,26); }

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

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

 span { border-color: rgb(198,18,26); }

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