Html Css Color HEX #962334 Bright Red

📋 copy color: '#962334'

red 150 ◦ green 35 ◦ blue 52

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

Shades of Bright Red #962334

Tints of Bright Red #962334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.94%

R = 63.29%
G = 14.77%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#962334 (or 0x962334) is known color: Bright Red. HEX triplet: 96, 23 and 34. RGB value is (150,35,52). Sum of RGB (Red+Green+Blue) = 150+35+52=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #962334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962334 is #69DCCB. Grayscale: #474747. Windows color (decimal): -6937804 or 3416982. OLE color: 3416982.

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

Color convert

RGB 150 35 52 -
CMYK 0 0.77 0.65 0.41
HSL 351.13º 0.62% 0.36% -
HSV(B) 351.13º 0.77% 0.59% -
XYZ 13.8 7.93 4.05 -
YUV 71.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 150 35 52 0 0.77 0.65 0.41 351.13 0.62 0.36
Hex 96 23 34 0 4D 41 29 15F 3E 24
Octal 226 43 64 0 115 101 51 537 76 44
Binary 10010110 100011 110100 0 1001101 1000001 101001 101011111 111110 100100

Color Harmonies of #962334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962334

Black with #962334

Text Example


Text Example

White with #962334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962334; }

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

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

background-color css

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

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

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

border-color css

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

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

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