#C6121F

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

Shades of Fire Engine Red #C6121F

Tints of Fire Engine Red #C6121F

Color information

#C6121F (or 0xC6121F) is unknown color: approx Fire Engine Red. HEX triplet: C6, 12 and 1F. RGB value is (198,18,31). Sum of RGB (Red+Green+Blue) = 198+18+31=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C6121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6121F is #39EDE0. Grayscale: #494949. Windows color (decimal): -3796449 or 2036422. OLE color: 2036422.

HSL color Cylindrical-coordinate representation of color #C6121F: hue angle of 355.67º 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 #C6121F is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB1981831-
CMYK00.910.840.22
HSL355.67º83.33%42.35%-
HSV(B)355.67º90.91%77.65%-
XYZ23.7512.542.46-
YUV73.3104.13216.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 80.16%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=80.16%
G=7.29%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198183100.910.840.22355.6783.3342.35
HexC6121F05B5416164532a
Octal306223701331242654412352
Binary110001101001011111010110111010100101101011001001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6121F; }

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

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

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

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

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

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

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

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