#940E2D

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

Shades of Carmine #940E2D

Tints of Carmine #940E2D

Color information

#940E2D (or 0x940E2D) is unknown color: approx Carmine. HEX triplet: 94, 0E and 2D. RGB value is (148,14,45). Sum of RGB (Red+Green+Blue) = 148+14+45=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #940E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940E2D is #6BF1D2. Grayscale: #393939. Windows color (decimal): -7074259 or 2952852. OLE color: 2952852.

HSL color Cylindrical-coordinate representation of color #940E2D: hue angle of 346.12º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E2D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1481445-
CMYK00.910.700.42
HSL346.12º82.72%31.76%-
HSV(B)346.12º90.54%58.04%-
XYZ12.846.83.12-
YUV57.6120.89192.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.50%
GREEN value IS 14 (5.86% from 255) = 6.76%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=71.50%
G=6.76%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148144500.910.700.42346.1282.7231.76
Hex94E2D05B462A15a5320
Octal224165501331065253212340
Binary1001010011101011010101101110001101010101010110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940E2D; }

 p { color: rgb(148,14,45); }

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

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

 a { background-color: rgb(148,14,45); }

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

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

 span { border-color: rgb(148,14,45); }

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