Html Css Color HEX #992129 Bright Red

📋 copy color: '#992129'

red 153 ◦ green 33 ◦ blue 41

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

Shades of Bright Red #992129

Tints of Bright Red #992129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

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

R = 67.4%
G = 14.54%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#992129 (or 0x992129) is known color: Bright Red. HEX triplet: 99, 21 and 29. RGB value is (153,33,41). Sum of RGB (Red+Green+Blue) = 153+33+41=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #992129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992129 is #66DED6. Grayscale: #454545. Windows color (decimal): -6741719 or 2695577. OLE color: 2695577.

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

Color convert

RGB 153 33 41 -
CMYK 0 0.78 0.73 0.4
HSL 356º 0.65% 0.36% -
HSV(B) 356º 0.78% 0.6% -
XYZ 14.08 8.02 2.9 -
YUV 69.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 153 33 41 0 0.78 0.73 0.4 356 0.65 0.36
Hex 99 21 29 0 4E 49 28 164 41 24
Octal 231 41 51 0 116 111 50 544 101 44
Binary 10011001 100001 101001 0 1001110 1001001 101000 101100100 1000001 100100

Color Harmonies of #992129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992129

Black with #992129

Text Example


Text Example

White with #992129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992129; }

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

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

background-color css

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

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

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

border-color css

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

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

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