Html Css Color HEX #992540 Bright Red

📋 copy color: '#992540'

red 153 ◦ green 37 ◦ blue 64

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

Shades of Bright Red #992540

Tints of Bright Red #992540

RGB

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

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

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

R = 60.24%
G = 14.57%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#992540 (or 0x992540) is known color: Bright Red. HEX triplet: 99, 25 and 40. RGB value is (153,37,64). Sum of RGB (Red+Green+Blue) = 153+37+64=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #992540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992540 is #66DABF. Grayscale: #4A4A4A. Windows color (decimal): -6740672 or 4203929. OLE color: 4203929.

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

Color convert

RGB 153 37 64 -
CMYK 0 0.76 0.58 0.4
HSL 346.03º 0.61% 0.37% -
HSV(B) 346.03º 0.76% 0.6% -
XYZ 14.72 8.47 5.71 -
YUV 74.76 121.93 183.8 -
System Red Green Blue C M Y K H S L
Decimal 153 37 64 0 0.76 0.58 0.4 346.03 0.61 0.37
Hex 99 25 40 0 4C 3A 28 15A 3D 25
Octal 231 45 100 0 114 72 50 532 75 45
Binary 10011001 100101 1000000 0 1001100 111010 101000 101011010 111101 100101

Color Harmonies of #992540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992540

Black with #992540

Text Example


Text Example

White with #992540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992540; }

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

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

background-color css

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

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

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

border-color css

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

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

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