Html Css Color HEX #992529 Bright Red

📋 copy color: '#992529'

red 153 ◦ green 37 ◦ blue 41

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

Shades of Bright Red #992529

Tints of Bright Red #992529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.02%

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

R = 66.23%
G = 16.02%
B = 17.75%

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

#992529 (or 0x992529) is known color: Bright Red. HEX triplet: 99, 25 and 29. RGB value is (153,37,41). Sum of RGB (Red+Green+Blue) = 153+37+41=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #992529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992529 is #66DAD6. Grayscale: #484848. Windows color (decimal): -6740695 or 2696601. OLE color: 2696601.

HSL color Cylindrical-coordinate representation of color #992529: hue angle of 357.93º degrees, saturation: 0.61, 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 #992529 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 41 -
CMYK 0 0.76 0.73 0.4
HSL 357.93º 0.61% 0.37% -
HSV(B) 357.93º 0.76% 0.6% -
XYZ 14.2 8.26 2.94 -
YUV 72.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 153 37 41 0 0.76 0.73 0.4 357.93 0.61 0.37
Hex 99 25 29 0 4C 49 28 166 3D 25
Octal 231 45 51 0 114 111 50 546 75 45
Binary 10011001 100101 101001 0 1001100 1001001 101000 101100110 111101 100101

Color Harmonies of #992529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992529

Black with #992529

Text Example


Text Example

White with #992529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992529; }

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

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

background-color css

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

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

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

border-color css

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

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

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