#96213E

Color #96213E Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #96213E

Tints of Bright Red #96213E

Color information

#96213E (or 0x96213E) is unknown color: approx Bright Red. HEX triplet: 96, 21 and 3E. RGB value is (150,33,62). Sum of RGB (Red+Green+Blue) = 150+33+62=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96213E is #69DEC1. Grayscale: #474747. Windows color (decimal): -6938306 or 4071830. OLE color: 4071830.

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

Color convert

RGB1503362-
CMYK00.780.590.41
HSL345.13º63.93%35.88%-
HSV(B)345.13º78%58.82%-
XYZ13.997.925.35-
YUV71.29122.76184.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=61.22%
G=13.47%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150336200.780.590.41345.1363.9335.88
Hex96213E04E3B291594024
Octal22641760116735153110044
Binary10010110100001111110010011101110111010011010110011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96213E;
 }
 .AnyTagClassName
 {
   color: #96213E;
 }
</style>
background-color css

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

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

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

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

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

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