Html Css Color HEX #96143C Bright Red

📋 copy color: '#96143C'

red 150 ◦ green 20 ◦ blue 60

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

Shades of Bright Red #96143C

Tints of Bright Red #96143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 65.22%
G = 8.7%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96143C (or 0x96143C) is known color: Bright Red. HEX triplet: 96, 14 and 3C. RGB value is (150,20,60). Sum of RGB (Red+Green+Blue) = 150+20+60=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96143C is #69EBC3. Grayscale: #3F3F3F. Windows color (decimal): -6941636 or 3937430. OLE color: 3937430.

HSL color Cylindrical-coordinate representation of color #96143C: hue angle of 341.54º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96143C is Cyan = 0, Magento = 0.87, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 20 60 -
CMYK 0 0.87 0.6 0.41
HSL 341.54º 0.76% 0.33% -
HSV(B) 341.54º 0.87% 0.59% -
XYZ 13.64 7.31 4.97 -
YUV 63.43 126.07 189.75 -
System Red Green Blue C M Y K H S L
Decimal 150 20 60 0 0.87 0.6 0.41 341.54 0.76 0.33
Hex 96 14 3C 0 57 3C 29 156 4C 21
Octal 226 24 74 0 127 74 51 526 114 41
Binary 10010110 10100 111100 0 1010111 111100 101001 101010110 1001100 100001

Color Harmonies of #96143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96143C

Black with #96143C

Text Example


Text Example

White with #96143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96143C; }

 p { color: rgb(150,20,60); }

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

background-color css

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

 a { background-color: rgb(150,20,60); }

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

border-color css

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

 span { border-color: rgb(150,20,60); }

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