Html Css Color HEX #962324 Bright Red

📋 copy color: '#962324'

red 150 ◦ green 35 ◦ blue 36

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

Shades of Bright Red #962324

Tints of Bright Red #962324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

 BLUE value IS 36 (14.45% from 255) = 16.29%

R = 67.87%
G = 15.84%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#962324 (or 0x962324) is known color: Bright Red. HEX triplet: 96, 23 and 24. RGB value is (150,35,36). Sum of RGB (Red+Green+Blue) = 150+35+36=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #962324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962324 is #69DCDB. Grayscale: #454545. Windows color (decimal): -6937820 or 2368406. OLE color: 2368406.

HSL color Cylindrical-coordinate representation of color #962324: hue angle of 359.48º degrees, saturation: 0.62, 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 #962324 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 36 -
CMYK 0 0.77 0.76 0.41
HSL 359.48º 0.62% 0.36% -
HSV(B) 359.48º 0.77% 0.59% -
XYZ 13.5 7.81 2.47 -
YUV 69.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 150 35 36 0 0.77 0.76 0.41 359.48 0.62 0.36
Hex 96 23 24 0 4D 4C 29 167 3E 24
Octal 226 43 44 0 115 114 51 547 76 44
Binary 10010110 100011 100100 0 1001101 1001100 101001 101100111 111110 100100

Color Harmonies of #962324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962324

Black with #962324

Text Example


Text Example

White with #962324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962324; }

 p { color: rgb(150,35,36); }

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

background-color css

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

 a { background-color: rgb(150,35,36); }

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

border-color css

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

 span { border-color: rgb(150,35,36); }

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