#940225

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

Shades of Carmine #940225

Tints of Carmine #940225

Color information

#940225 (or 0x940225) is unknown color: approx Carmine. HEX triplet: 94, 02 and 25. RGB value is (148,2,37). Sum of RGB (Red+Green+Blue) = 148+2+37=187 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.14% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 148 - color contains mainly: red. Hex color #940225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940225 is #6BFDDA. Grayscale: #313131. Windows color (decimal): -7077339 or 2425492. OLE color: 2425492.

HSL color Cylindrical-coordinate representation of color #940225: hue angle of 345.62º 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 #940225 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB148237-
CMYK00.990.750.42
HSL345.62º97.33%29.41%-
HSV(B)345.62º98.65%58.04%-
XYZ12.576.472.34-
YUV49.64120.87198.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 79.14%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 37 (14.84% from 255) = 19.79%
R=79.14%
G=1.07%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14823700.990.750.42345.6297.3329.41
Hex942250634B2A15a611d
Octal22424501431135253214135
Binary1001010010100101011000111001011101010101011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940225; }

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

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

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

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

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

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

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

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