Html Css Color HEX #992240 Bright Red

📋 copy color: '#992240'

red 153 ◦ green 34 ◦ blue 64

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

Shades of Bright Red #992240

Tints of Bright Red #992240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.55%

 BLUE value IS 64 (25.39% from 255) = 25.5%

R = 60.96%
G = 13.55%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#992240 (or 0x992240) is known color: Bright Red. HEX triplet: 99, 22 and 40. RGB value is (153,34,64). Sum of RGB (Red+Green+Blue) = 153+34+64=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #992240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992240 is #66DDBF. Grayscale: #494949. Windows color (decimal): -6741440 or 4203161. OLE color: 4203161.

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

Color convert

RGB 153 34 64 -
CMYK 0 0.78 0.58 0.4
HSL 344.87º 0.64% 0.37% -
HSV(B) 344.87º 0.78% 0.6% -
XYZ 14.63 8.29 5.68 -
YUV 73 122.92 185.06 -
System Red Green Blue C M Y K H S L
Decimal 153 34 64 0 0.78 0.58 0.4 344.87 0.64 0.37
Hex 99 22 40 0 4E 3A 28 159 40 25
Octal 231 42 100 0 116 72 50 531 100 45
Binary 10011001 100010 1000000 0 1001110 111010 101000 101011001 1000000 100101

Color Harmonies of #992240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992240

Black with #992240

Text Example


Text Example

White with #992240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992240; }

 p { color: rgb(153,34,64); }

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

background-color css

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

 a { background-color: rgb(153,34,64); }

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

border-color css

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

 span { border-color: rgb(153,34,64); }

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