Html Css Color HEX #96213A Bright Red

📋 copy color: '#96213A'

red 150 ◦ green 33 ◦ blue 58

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

Shades of Bright Red #96213A

Tints of Bright Red #96213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.07%

R = 62.24%
G = 13.69%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96213A (or 0x96213A) is known color: Bright Red. HEX triplet: 96, 21 and 3A. RGB value is (150,33,58). Sum of RGB (Red+Green+Blue) = 150+33+58=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #96213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96213A is #69DEC5. Grayscale: #464646. Windows color (decimal): -6938310 or 3809686. OLE color: 3809686.

HSL color Cylindrical-coordinate representation of color #96213A: hue angle of 347.18º 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 #96213A is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 58 -
CMYK 0 0.78 0.61 0.41
HSL 347.18º 0.64% 0.36% -
HSV(B) 347.18º 0.78% 0.59% -
XYZ 13.89 7.88 4.79 -
YUV 70.83 120.76 184.47 -
System Red Green Blue C M Y K H S L
Decimal 150 33 58 0 0.78 0.61 0.41 347.18 0.64 0.36
Hex 96 21 3A 0 4E 3D 29 15B 40 24
Octal 226 41 72 0 116 75 51 533 100 44
Binary 10010110 100001 111010 0 1001110 111101 101001 101011011 1000000 100100

Color Harmonies of #96213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96213A

Black with #96213A

Text Example


Text Example

White with #96213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96213A; }

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

 H1.HeaderClassName
 {
   color: #96213A;
 }
 .AnyTagClassName
 {
   color: #96213A;
 }
</style>

background-color css

<style>
 a { background-color: #96213A; }

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

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

border-color css

<style>
 span { border-color: #96213A; }

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

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