Html Css Color HEX #96293F Bright Red

📋 copy color: '#96293F'

red 150 ◦ green 41 ◦ blue 63

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

Shades of Bright Red #96293F

Tints of Bright Red #96293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.14%

 BLUE value IS 63 (25% from 255) = 24.8%

R = 59.06%
G = 16.14%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96293F (or 0x96293F) is known color: Bright Red. HEX triplet: 96, 29 and 3F. RGB value is (150,41,63). Sum of RGB (Red+Green+Blue) = 150+41+63=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #96293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96293F is #69D6C0. Grayscale: #4C4C4C. Windows color (decimal): -6936257 or 4139414. OLE color: 4139414.

HSL color Cylindrical-coordinate representation of color #96293F: hue angle of 347.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96293F is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 63 -
CMYK 0 0.73 0.58 0.41
HSL 347.89º 0.57% 0.37% -
HSV(B) 347.89º 0.73% 0.59% -
XYZ 14.27 8.43 5.58 -
YUV 76.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 150 41 63 0 0.73 0.58 0.41 347.89 0.57 0.37
Hex 96 29 3F 0 49 3A 29 15C 39 25
Octal 226 51 77 0 111 72 51 534 71 45
Binary 10010110 101001 111111 0 1001001 111010 101001 101011100 111001 100101

Color Harmonies of #96293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96293F

Black with #96293F

Text Example


Text Example

White with #96293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96293F; }

 p { color: rgb(150,41,63); }

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

background-color css

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

 a { background-color: rgb(150,41,63); }

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

border-color css

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

 span { border-color: rgb(150,41,63); }

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