Html Css Color HEX #96212C Bright Red

📋 copy color: '#96212C'

red 150 ◦ green 33 ◦ blue 44

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

Shades of Bright Red #96212C

Tints of Bright Red #96212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

 BLUE value IS 44 (17.58% from 255) = 19.38%

R = 66.08%
G = 14.54%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96212C (or 0x96212C) is known color: Bright Red. HEX triplet: 96, 21 and 2C. RGB value is (150,33,44). Sum of RGB (Red+Green+Blue) = 150+33+44=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #96212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96212C is #69DED3. Grayscale: #454545. Windows color (decimal): -6938324 or 2892182. OLE color: 2892182.

HSL color Cylindrical-coordinate representation of color #96212C: hue angle of 354.36º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96212C is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 44 -
CMYK 0 0.78 0.71 0.41
HSL 354.36º 0.64% 0.36% -
HSV(B) 354.36º 0.78% 0.59% -
XYZ 13.58 7.75 3.16 -
YUV 69.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 150 33 44 0 0.78 0.71 0.41 354.36 0.64 0.36
Hex 96 21 2C 0 4E 47 29 162 40 24
Octal 226 41 54 0 116 107 51 542 100 44
Binary 10010110 100001 101100 0 1001110 1000111 101001 101100010 1000000 100100

Color Harmonies of #96212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96212C

Black with #96212C

Text Example


Text Example

White with #96212C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,33,44); }

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

background-color css

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

 a { background-color: rgb(150,33,44); }

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

border-color css

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

 span { border-color: rgb(150,33,44); }

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