#941223

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

Shades of Carmine #941223

Tints of Carmine #941223

Color information

#941223 (or 0x941223) is unknown color: approx Carmine. HEX triplet: 94, 12 and 23. RGB value is (148,18,35). Sum of RGB (Red+Green+Blue) = 148+18+35=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #941223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941223 is #6BEDDC. Grayscale: #3A3A3A. Windows color (decimal): -7073245 or 2298516. OLE color: 2298516.

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

Color convert

RGB1481835-
CMYK00.880.760.42
HSL352.15º78.31%32.55%-
HSV(B)352.15º87.84%58.04%-
XYZ12.736.852.24-
YUV58.81114.57191.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 73.63%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 35 (14.06% from 255) = 17.41%
R=73.63%
G=8.96%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148183500.880.760.42352.1578.3132.55
Hex9412230584C2A1604e21
Octal224224301301145254011641
Binary10010100100101000110101100010011001010101011000001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941223; }

 p { color: rgb(148,18,35); }

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

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

 a { background-color: rgb(148,18,35); }

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

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

 span { border-color: rgb(148,18,35); }

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