#96213B

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

Shades of Bright Red #96213B

Tints of Bright Red #96213B

Color information

#96213B (or 0x96213B) is unknown color: approx Bright Red. HEX triplet: 96, 21 and 3B. RGB value is (150,33,59). Sum of RGB (Red+Green+Blue) = 150+33+59=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #96213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96213B is #69DEC4. Grayscale: #464646. Windows color (decimal): -6938309 or 3875222. OLE color: 3875222.

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

Color convert

RGB1503359-
CMYK00.780.610.41
HSL346.67º63.93%35.88%-
HSV(B)346.67º78%58.82%-
XYZ13.917.894.93-
YUV70.95121.26184.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 33 (13.28% from 255) = 13.64%
BLUE value IS 59 (23.44% from 255) = 24.38%
R=61.98%
G=13.64%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150335900.780.610.41346.6763.9335.88
Hex96213B04E3D2915b4024
Octal22641730116755153310044
Binary10010110100001111011010011101111011010011010110111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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