Html Css Color HEX #96263C Bright Red

📋 copy color: '#96263C'

red 150 ◦ green 38 ◦ blue 60

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

Shades of Bright Red #96263C

Tints of Bright Red #96263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.32%

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

R = 60.48%
G = 15.32%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96263C (or 0x96263C) is known color: Bright Red. HEX triplet: 96, 26 and 3C. RGB value is (150,38,60). Sum of RGB (Red+Green+Blue) = 150+38+60=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96263C is #69D9C3. Grayscale: #4A4A4A. Windows color (decimal): -6937028 or 3942038. OLE color: 3942038.

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

Color convert

RGB 150 38 60 -
CMYK 0 0.75 0.6 0.41
HSL 348.21º 0.6% 0.37% -
HSV(B) 348.21º 0.75% 0.59% -
XYZ 14.09 8.2 5.11 -
YUV 74 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 150 38 60 0 0.75 0.6 0.41 348.21 0.6 0.37
Hex 96 26 3C 0 4B 3C 29 15C 3C 25
Octal 226 46 74 0 113 74 51 534 74 45
Binary 10010110 100110 111100 0 1001011 111100 101001 101011100 111100 100101

Color Harmonies of #96263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96263C

Black with #96263C

Text Example


Text Example

White with #96263C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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