Html Css Color HEX #992841 Bright Red

📋 copy color: '#992841'

red 153 ◦ green 40 ◦ blue 65

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

Shades of Bright Red #992841

Tints of Bright Red #992841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 59.3%
G = 15.5%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#992841 (or 0x992841) is known color: Bright Red. HEX triplet: 99, 28 and 41. RGB value is (153,40,65). Sum of RGB (Red+Green+Blue) = 153+40+65=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #992841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992841 is #66D7BE. Grayscale: #4C4C4C. Windows color (decimal): -6739903 or 4270233. OLE color: 4270233.

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

Color convert

RGB 153 40 65 -
CMYK 0 0.74 0.58 0.4
HSL 346.73º 0.59% 0.38% -
HSV(B) 346.73º 0.74% 0.6% -
XYZ 14.85 8.67 5.89 -
YUV 76.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 153 40 65 0 0.74 0.58 0.4 346.73 0.59 0.38
Hex 99 28 41 0 4A 3A 28 15B 3B 26
Octal 231 50 101 0 112 72 50 533 73 46
Binary 10011001 101000 1000001 0 1001010 111010 101000 101011011 111011 100110

Color Harmonies of #992841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992841

Black with #992841

Text Example


Text Example

White with #992841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992841; }

 p { color: rgb(153,40,65); }

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

background-color css

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

 a { background-color: rgb(153,40,65); }

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

border-color css

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

 span { border-color: rgb(153,40,65); }

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