Html Css Color HEX #96293D Bright Red

📋 copy color: '#96293D'

red 150 ◦ green 41 ◦ blue 61

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

Shades of Bright Red #96293D

Tints of Bright Red #96293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.21%

R = 59.52%
G = 16.27%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96293D (or 0x96293D) is known color: Bright Red. HEX triplet: 96, 29 and 3D. RGB value is (150,41,61). Sum of RGB (Red+Green+Blue) = 150+41+61=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #96293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96293D is #69D6C2. Grayscale: #4B4B4B. Windows color (decimal): -6936259 or 4008342. OLE color: 4008342.

HSL color Cylindrical-coordinate representation of color #96293D: hue angle of 348.99º 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 #96293D is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 61 -
CMYK 0 0.73 0.59 0.41
HSL 348.99º 0.57% 0.37% -
HSV(B) 348.99º 0.73% 0.59% -
XYZ 14.21 8.41 5.29 -
YUV 75.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 150 41 61 0 0.73 0.59 0.41 348.99 0.57 0.37
Hex 96 29 3D 0 49 3B 29 15D 39 25
Octal 226 51 75 0 111 73 51 535 71 45
Binary 10010110 101001 111101 0 1001001 111011 101001 101011101 111001 100101

Color Harmonies of #96293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96293D

Black with #96293D

Text Example


Text Example

White with #96293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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