Html Css Color HEX #992429 Bright Red

📋 copy color: '#992429'

red 153 ◦ green 36 ◦ blue 41

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

Shades of Bright Red #992429

Tints of Bright Red #992429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

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

R = 66.52%
G = 15.65%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#992429 (or 0x992429) is known color: Bright Red. HEX triplet: 99, 24 and 29. RGB value is (153,36,41). Sum of RGB (Red+Green+Blue) = 153+36+41=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #992429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992429 is #66DBD6. Grayscale: #474747. Windows color (decimal): -6740951 or 2696345. OLE color: 2696345.

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

Color convert

RGB 153 36 41 -
CMYK 0 0.76 0.73 0.4
HSL 357.44º 0.62% 0.37% -
HSV(B) 357.44º 0.76% 0.6% -
XYZ 14.17 8.19 2.93 -
YUV 71.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 153 36 41 0 0.76 0.73 0.4 357.44 0.62 0.37
Hex 99 24 29 0 4C 49 28 165 3E 25
Octal 231 44 51 0 114 111 50 545 76 45
Binary 10011001 100100 101001 0 1001100 1001001 101000 101100101 111110 100101

Color Harmonies of #992429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992429

Black with #992429

Text Example


Text Example

White with #992429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992429; }

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

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

background-color css

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

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

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

border-color css

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

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

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