Html Css Color HEX #962231 Bright Red

📋 copy color: '#962231'

red 150 ◦ green 34 ◦ blue 49

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

Shades of Bright Red #962231

Tints of Bright Red #962231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 64.38%
G = 14.59%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#962231 (or 0x962231) is known color: Bright Red. HEX triplet: 96, 22 and 31. RGB value is (150,34,49). Sum of RGB (Red+Green+Blue) = 150+34+49=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #962231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962231 is #69DDCE. Grayscale: #464646. Windows color (decimal): -6938063 or 3220118. OLE color: 3220118.

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

Color convert

RGB 150 34 49 -
CMYK 0 0.77 0.67 0.41
HSL 352.24º 0.63% 0.36% -
HSV(B) 352.24º 0.77% 0.59% -
XYZ 13.7 7.85 3.7 -
YUV 70.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 150 34 49 0 0.77 0.67 0.41 352.24 0.63 0.36
Hex 96 22 31 0 4D 43 29 160 3F 24
Octal 226 42 61 0 115 103 51 540 77 44
Binary 10010110 100010 110001 0 1001101 1000011 101001 101100000 111111 100100

Color Harmonies of #962231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962231

Black with #962231

Text Example


Text Example

White with #962231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962231; }

 p { color: rgb(150,34,49); }

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

background-color css

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

 a { background-color: rgb(150,34,49); }

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

border-color css

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

 span { border-color: rgb(150,34,49); }

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