Html Css Color HEX #991139 Bright Red

📋 copy color: '#991139'

red 153 ◦ green 17 ◦ blue 57

#991139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #991139

Tints of Bright Red #991139

RGB

 RED value IS 153 (60.16% from 255) = 67.4%

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 67.4%
G = 7.49%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#991139 (or 0x991139) is known color: Bright Red. HEX triplet: 99, 11 and 39. RGB value is (153,17,57). Sum of RGB (Red+Green+Blue) = 153+17+57=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #991139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991139 is #66EEC6. Grayscale: #3E3E3E. Windows color (decimal): -6745799 or 3740057. OLE color: 3740057.

HSL color Cylindrical-coordinate representation of color #991139: hue angle of 342.35º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991139 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 57 -
CMYK 0 0.89 0.63 0.4
HSL 342.35º 0.8% 0.33% -
HSV(B) 342.35º 0.89% 0.6% -
XYZ 14.08 7.47 4.57 -
YUV 62.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 153 17 57 0 0.89 0.63 0.4 342.35 0.8 0.33
Hex 99 11 39 0 59 3F 28 156 50 21
Octal 231 21 71 0 131 77 50 526 120 41
Binary 10011001 10001 111001 0 1011001 111111 101000 101010110 1010000 100001

Color Harmonies of #991139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991139

Black with #991139

Text Example


Text Example

White with #991139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991139; }

 p { color: rgb(153,17,57); }

 H1.HeaderClassName
 {
   color: #991139;
 }
 .AnyTagClassName
 {
   color: #991139;
 }
</style>

background-color css

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

 a { background-color: rgb(153,17,57); }

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

border-color css

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

 span { border-color: rgb(153,17,57); }

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