#940214

Color #940214 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #940214

Tints of Carmine #940214

Color information

#940214 (or 0x940214) is unknown color: approx Carmine. HEX triplet: 94, 02 and 14. RGB value is (148,2,20). Sum of RGB (Red+Green+Blue) = 148+2+20=170 (22% of max value = 765). Red value is 148 (58.20% from 255 or 87.06% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 148 - color contains mainly: red. Hex color #940214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940214 is #6BFDEB. Grayscale: #2F2F2F. Windows color (decimal): -7077356 or 1311380. OLE color: 1311380.

HSL color Cylindrical-coordinate representation of color #940214: hue angle of 352.6º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940214 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB148220-
CMYK00.990.860.42
HSL352.6º97.33%29.41%-
HSV(B)352.6º98.65%58.04%-
XYZ12.366.391.24-
YUV47.71112.37199.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 87.06%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=87.06%
G=1.18%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14822000.990.860.42352.697.3329.41
Hex94214063562A161611d
Octal22422401431265254114135
Binary100101001010100011000111010110101010101100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940214; }

 p { color: rgb(148,2,20); }

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

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

 a { background-color: rgb(148,2,20); }

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

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

 span { border-color: rgb(148,2,20); }

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