Html Css Color HEX #962139 Bright Red

📋 copy color: '#962139'

red 150 ◦ green 33 ◦ blue 57

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

Shades of Bright Red #962139

Tints of Bright Red #962139

RGB

 RED value IS 150 (58.98% from 255) = 62.5%

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

 BLUE value IS 57 (22.66% from 255) = 23.75%

R = 62.5%
G = 13.75%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#962139 (or 0x962139) is known color: Bright Red. HEX triplet: 96, 21 and 39. RGB value is (150,33,57). Sum of RGB (Red+Green+Blue) = 150+33+57=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #962139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962139 is #69DEC6. Grayscale: #464646. Windows color (decimal): -6938311 or 3744150. OLE color: 3744150.

HSL color Cylindrical-coordinate representation of color #962139: hue angle of 347.69º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962139 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 57 -
CMYK 0 0.78 0.62 0.41
HSL 347.69º 0.64% 0.36% -
HSV(B) 347.69º 0.78% 0.59% -
XYZ 13.86 7.87 4.66 -
YUV 70.72 120.26 184.55 -
System Red Green Blue C M Y K H S L
Decimal 150 33 57 0 0.78 0.62 0.41 347.69 0.64 0.36
Hex 96 21 39 0 4E 3E 29 15C 40 24
Octal 226 41 71 0 116 76 51 534 100 44
Binary 10010110 100001 111001 0 1001110 111110 101001 101011100 1000000 100100

Color Harmonies of #962139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962139

Black with #962139

Text Example


Text Example

White with #962139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962139; }

 p { color: rgb(150,33,57); }

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

background-color css

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

 a { background-color: rgb(150,33,57); }

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

border-color css

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

 span { border-color: rgb(150,33,57); }

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