Html Css Color HEX #991E21 Bright Red

📋 copy color: '#991E21'

red 153 ◦ green 30 ◦ blue 33

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

Shades of Bright Red #991E21

Tints of Bright Red #991E21

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.89%

 BLUE value IS 33 (13.28% from 255) = 15.28%

R = 70.83%
G = 13.89%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#991E21 (or 0x991E21) is known color: Bright Red. HEX triplet: 99, 1E and 21. RGB value is (153,30,33). Sum of RGB (Red+Green+Blue) = 153+30+33=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #991E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E21 is #66E1DE. Grayscale: #434343. Windows color (decimal): -6742495 or 2170521. OLE color: 2170521.

HSL color Cylindrical-coordinate representation of color #991E21: hue angle of 358.54º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E21 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 30 33 -
CMYK 0 0.80 0.78 0.4
HSL 358.54º 0.67% 0.36% -
HSV(B) 358.54º 0.8% 0.6% -
XYZ 13.88 7.81 2.22 -
YUV 67.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 153 30 33 0 0.80 0.78 0.4 358.54 0.67 0.36
Hex 99 1E 21 0 50 4E 28 167 43 24
Octal 231 36 41 0 120 116 50 547 103 44
Binary 10011001 11110 100001 0 1010000 1001110 101000 101100111 1000011 100100

Color Harmonies of #991E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991E21

Black with #991E21

Text Example


Text Example

White with #991E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,30,33); }

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

background-color css

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

 a { background-color: rgb(153,30,33); }

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

border-color css

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

 span { border-color: rgb(153,30,33); }

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