Html Css Color HEX #991C32 Bright Red

📋 copy color: '#991C32'

red 153 ◦ green 28 ◦ blue 50

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

Shades of Bright Red #991C32

Tints of Bright Red #991C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.12%

 BLUE value IS 50 (19.92% from 255) = 21.65%

R = 66.23%
G = 12.12%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#991C32 (or 0x991C32) is known color: Bright Red. HEX triplet: 99, 1C and 32. RGB value is (153,28,50). Sum of RGB (Red+Green+Blue) = 153+28+50=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #991C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C32 is #66E3CD. Grayscale: #434343. Windows color (decimal): -6742990 or 3284121. OLE color: 3284121.

HSL color Cylindrical-coordinate representation of color #991C32: hue angle of 349.44º degrees, saturation: 0.69, 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 #991C32 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 28 50 -
CMYK 0 0.82 0.67 0.4
HSL 349.44º 0.69% 0.35% -
HSV(B) 349.44º 0.82% 0.6% -
XYZ 14.13 7.83 3.78 -
YUV 67.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 153 28 50 0 0.82 0.67 0.4 349.44 0.69 0.35
Hex 99 1C 32 0 52 43 28 15D 45 23
Octal 231 34 62 0 122 103 50 535 105 43
Binary 10011001 11100 110010 0 1010010 1000011 101000 101011101 1000101 100011

Color Harmonies of #991C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C32

Black with #991C32

Text Example


Text Example

White with #991C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,28,50); }

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

background-color css

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

 a { background-color: rgb(153,28,50); }

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

border-color css

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

 span { border-color: rgb(153,28,50); }

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