#990E37

Color #990E37 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #990E37

Tints of Bright Red #990E37

Color information

#990E37 (or 0x990E37) is unknown color: approx Bright Red. HEX triplet: 99, 0E and 37. RGB value is (153,14,55). Sum of RGB (Red+Green+Blue) = 153+14+55=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #990E37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E37 is #66F1C8. Grayscale: #3C3C3C. Windows color (decimal): -6746569 or 3608217. OLE color: 3608217.

HSL color Cylindrical-coordinate representation of color #990E37: hue angle of 342.3º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E37 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB1531455-
CMYK00.910.640.4
HSL342.3º83.23%32.75%-
HSV(B)342.3º90.85%60%-
XYZ13.987.364.3-
YUV60.24125.05194.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68.92%
GREEN value IS 14 (5.86% from 255) = 6.31%
BLUE value IS 55 (21.88% from 255) = 24.77%
R=68.92%
G=6.31%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153145500.910.640.4342.383.2332.75
Hex99E3705B40281565321
Octal231166701331005052612341
Binary1001100111101101110101101110000001010001010101101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990E37; }

 p { color: rgb(153,14,55); }

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

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

 a { background-color: rgb(153,14,55); }

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

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

 span { border-color: rgb(153,14,55); }

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