#900E25

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

Shades of Carmine #900E25

Tints of Carmine #900E25

Color information

#900E25 (or 0x900E25) is unknown color: approx Carmine. HEX triplet: 90, 0E and 25. RGB value is (144,14,37). Sum of RGB (Red+Green+Blue) = 144+14+37=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #900E25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900E25 is #6FF1DA. Grayscale: #373737. Windows color (decimal): -7336411 or 2428560. OLE color: 2428560.

HSL color Cylindrical-coordinate representation of color #900E25: hue angle of 349.38º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E25 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB1441437-
CMYK00.900.740.44
HSL349.38º82.28%30.98%-
HSV(B)349.38º90.28%56.47%-
XYZ11.996.382.35-
YUV55.49117.57191.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 73.85%
GREEN value IS 14 (5.86% from 255) = 7.18%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=73.85%
G=7.18%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144143700.900.740.44349.3882.2830.98
Hex90E2505A4A2C15d521f
Octal220164501321125453512237
Binary100100001110100101010110101001010101100101011101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900E25; }

 p { color: rgb(144,14,37); }

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

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

 a { background-color: rgb(144,14,37); }

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

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

 span { border-color: rgb(144,14,37); }

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