Html Css Color HEX #992137 Bright Red

📋 copy color: '#992137'

red 153 ◦ green 33 ◦ blue 55

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

Shades of Bright Red #992137

Tints of Bright Red #992137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.82%

R = 63.49%
G = 13.69%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#992137 (or 0x992137) is known color: Bright Red. HEX triplet: 99, 21 and 37. RGB value is (153,33,55). Sum of RGB (Red+Green+Blue) = 153+33+55=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #992137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992137 is #66DEC8. Grayscale: #474747. Windows color (decimal): -6741705 or 3613081. OLE color: 3613081.

HSL color Cylindrical-coordinate representation of color #992137: hue angle of 349º 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 #992137 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 55 -
CMYK 0 0.78 0.64 0.4
HSL 349º 0.65% 0.36% -
HSV(B) 349º 0.78% 0.6% -
XYZ 14.37 8.14 4.43 -
YUV 71.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 153 33 55 0 0.78 0.64 0.4 349 0.65 0.36
Hex 99 21 37 0 4E 40 28 15D 41 24
Octal 231 41 67 0 116 100 50 535 101 44
Binary 10011001 100001 110111 0 1001110 1000000 101000 101011101 1000001 100100

Color Harmonies of #992137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992137

Black with #992137

Text Example


Text Example

White with #992137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992137; }

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

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

background-color css

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

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

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

border-color css

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

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

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