#96212D

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

Shades of Bright Red #96212D

Tints of Bright Red #96212D

Color information

#96212D (or 0x96212D) is unknown color: approx Bright Red. HEX triplet: 96, 21 and 2D. RGB value is (150,33,45). Sum of RGB (Red+Green+Blue) = 150+33+45=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #96212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96212D is #69DED2. Grayscale: #454545. Windows color (decimal): -6938323 or 2957718. OLE color: 2957718.

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

Color convert

RGB1503345-
CMYK00.780.700.41
HSL353.85º63.93%35.88%-
HSV(B)353.85º78%58.82%-
XYZ13.67.763.26-
YUV69.35114.26185.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.79%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 45 (17.97% from 255) = 19.74%
R=65.79%
G=14.47%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150334500.780.700.41353.8563.9335.88
Hex96212D04E46291624024
Octal226415501161065154210044
Binary100101101000011011010100111010001101010011011000101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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