Html Css Color HEX #991529 Bright Red

📋 copy color: '#991529'

red 153 ◦ green 21 ◦ blue 41

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

Shades of Bright Red #991529

Tints of Bright Red #991529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

 BLUE value IS 41 (16.41% from 255) = 19.07%

R = 71.16%
G = 9.77%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#991529 (or 0x991529) is known color: Bright Red. HEX triplet: 99, 15 and 29. RGB value is (153,21,41). Sum of RGB (Red+Green+Blue) = 153+21+41=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #991529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991529 is #66EAD6. Grayscale: #3E3E3E. Windows color (decimal): -6744791 or 2692505. OLE color: 2692505.

HSL color Cylindrical-coordinate representation of color #991529: hue angle of 350.91º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991529 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 21 41 -
CMYK 0 0.86 0.73 0.4
HSL 350.91º 0.76% 0.34% -
HSV(B) 350.91º 0.86% 0.6% -
XYZ 13.81 7.47 2.81 -
YUV 62.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 153 21 41 0 0.86 0.73 0.4 350.91 0.76 0.34
Hex 99 15 29 0 56 49 28 15F 4C 22
Octal 231 25 51 0 126 111 50 537 114 42
Binary 10011001 10101 101001 0 1010110 1001001 101000 101011111 1001100 100010

Color Harmonies of #991529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991529

Black with #991529

Text Example


Text Example

White with #991529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991529; }

 p { color: rgb(153,21,41); }

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

background-color css

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

 a { background-color: rgb(153,21,41); }

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

border-color css

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

 span { border-color: rgb(153,21,41); }

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