Html Css Color HEX #96233C Bright Red

📋 copy color: '#96233C'

red 150 ◦ green 35 ◦ blue 60

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

Shades of Bright Red #96233C

Tints of Bright Red #96233C

RGB

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

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

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

R = 61.22%
G = 14.29%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96233C (or 0x96233C) is known color: Bright Red. HEX triplet: 96, 23 and 3C. RGB value is (150,35,60). Sum of RGB (Red+Green+Blue) = 150+35+60=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96233C is #69DCC3. Grayscale: #484848. Windows color (decimal): -6937796 or 3941270. OLE color: 3941270.

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

Color convert

RGB 150 35 60 -
CMYK 0 0.77 0.6 0.41
HSL 346.96º 0.62% 0.36% -
HSV(B) 346.96º 0.77% 0.59% -
XYZ 13.99 8.01 5.08 -
YUV 72.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 150 35 60 0 0.77 0.6 0.41 346.96 0.62 0.36
Hex 96 23 3C 0 4D 3C 29 15B 3E 24
Octal 226 43 74 0 115 74 51 533 76 44
Binary 10010110 100011 111100 0 1001101 111100 101001 101011011 111110 100100

Color Harmonies of #96233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96233C

Black with #96233C

Text Example


Text Example

White with #96233C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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