Html Css Color HEX #992037 Bright Red

📋 copy color: '#992037'

red 153 ◦ green 32 ◦ blue 55

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

Shades of Bright Red #992037

Tints of Bright Red #992037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.33%

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

R = 63.75%
G = 13.33%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#992037 (or 0x992037) is known color: Bright Red. HEX triplet: 99, 20 and 37. RGB value is (153,32,55). Sum of RGB (Red+Green+Blue) = 153+32+55=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #992037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992037 is #66DFC8. Grayscale: #464646. Windows color (decimal): -6741961 or 3612825. OLE color: 3612825.

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

Color convert

RGB 153 32 55 -
CMYK 0 0.79 0.64 0.4
HSL 348.6º 0.65% 0.36% -
HSV(B) 348.6º 0.79% 0.6% -
XYZ 14.34 8.08 4.42 -
YUV 70.8 119.09 186.63 -
System Red Green Blue C M Y K H S L
Decimal 153 32 55 0 0.79 0.64 0.4 348.6 0.65 0.36
Hex 99 20 37 0 4F 40 28 15D 41 24
Octal 231 40 67 0 117 100 50 535 101 44
Binary 10011001 100000 110111 0 1001111 1000000 101000 101011101 1000001 100100

Color Harmonies of #992037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992037

Black with #992037

Text Example


Text Example

White with #992037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992037; }

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

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

background-color css

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

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

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

border-color css

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

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

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