Html Css Color HEX #96233D Bright Red

📋 copy color: '#96233D'

red 150 ◦ green 35 ◦ blue 61

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

Shades of Bright Red #96233D

Tints of Bright Red #96233D

RGB

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

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

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

R = 60.98%
G = 14.23%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96233D (or 0x96233D) is known color: Bright Red. HEX triplet: 96, 23 and 3D. RGB value is (150,35,61). Sum of RGB (Red+Green+Blue) = 150+35+61=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96233D is #69DCC2. Grayscale: #484848. Windows color (decimal): -6937795 or 4006806. OLE color: 4006806.

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

Color convert

RGB 150 35 61 -
CMYK 0 0.77 0.59 0.41
HSL 346.43º 0.62% 0.36% -
HSV(B) 346.43º 0.77% 0.59% -
XYZ 14.02 8.02 5.22 -
YUV 72.35 121.6 183.39 -
System Red Green Blue C M Y K H S L
Decimal 150 35 61 0 0.77 0.59 0.41 346.43 0.62 0.36
Hex 96 23 3D 0 4D 3B 29 15A 3E 24
Octal 226 43 75 0 115 73 51 532 76 44
Binary 10010110 100011 111101 0 1001101 111011 101001 101011010 111110 100100

Color Harmonies of #96233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96233D

Black with #96233D

Text Example


Text Example

White with #96233D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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