Html Css Color HEX #992140 Bright Red

📋 copy color: '#992140'

red 153 ◦ green 33 ◦ blue 64

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

Shades of Bright Red #992140

Tints of Bright Red #992140

RGB

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

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

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

R = 61.2%
G = 13.2%
B = 25.6%

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

#992140 (or 0x992140) is known color: Bright Red. HEX triplet: 99, 21 and 40. RGB value is (153,33,64). Sum of RGB (Red+Green+Blue) = 153+33+64=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #992140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992140 is #66DEBF. Grayscale: #484848. Windows color (decimal): -6741696 or 4202905. OLE color: 4202905.

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

Color convert

RGB 153 33 64 -
CMYK 0 0.78 0.58 0.4
HSL 344.5º 0.65% 0.36% -
HSV(B) 344.5º 0.78% 0.6% -
XYZ 14.61 8.23 5.67 -
YUV 72.41 123.26 185.48 -
System Red Green Blue C M Y K H S L
Decimal 153 33 64 0 0.78 0.58 0.4 344.5 0.65 0.36
Hex 99 21 40 0 4E 3A 28 158 41 24
Octal 231 41 100 0 116 72 50 530 101 44
Binary 10011001 100001 1000000 0 1001110 111010 101000 101011000 1000001 100100

Color Harmonies of #992140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992140

Black with #992140

Text Example


Text Example

White with #992140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992140; }

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

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

background-color css

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

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

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

border-color css

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

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

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