Html Css Color HEX #991B2E Bright Red

📋 copy color: '#991B2E'

red 153 ◦ green 27 ◦ blue 46

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

Shades of Bright Red #991B2E

Tints of Bright Red #991B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.95%

 BLUE value IS 46 (18.36% from 255) = 20.35%

R = 67.7%
G = 11.95%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#991B2E (or 0x991B2E) is known color: Bright Red. HEX triplet: 99, 1B and 2E. RGB value is (153,27,46). Sum of RGB (Red+Green+Blue) = 153+27+46=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #991B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991B2E is #66E4D1. Grayscale: #424242. Windows color (decimal): -6743250 or 3021721. OLE color: 3021721.

HSL color Cylindrical-coordinate representation of color #991B2E: hue angle of 350.95º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991B2E is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 27 46 -
CMYK 0 0.82 0.70 0.4
HSL 350.95º 0.7% 0.35% -
HSV(B) 350.95º 0.82% 0.6% -
XYZ 14.02 7.75 3.34 -
YUV 66.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 153 27 46 0 0.82 0.70 0.4 350.95 0.7 0.35
Hex 99 1B 2E 0 52 46 28 15F 46 23
Octal 231 33 56 0 122 106 50 537 106 43
Binary 10011001 11011 101110 0 1010010 1000110 101000 101011111 1000110 100011

Color Harmonies of #991B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B2E

Black with #991B2E

Text Example


Text Example

White with #991B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991B2E; }

 p { color: rgb(153,27,46); }

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

background-color css

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

 a { background-color: rgb(153,27,46); }

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

border-color css

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

 span { border-color: rgb(153,27,46); }

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