#96212F

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

Shades of Bright Red #96212F

Tints of Bright Red #96212F

Color information

#96212F (or 0x96212F) is unknown color: approx Bright Red. HEX triplet: 96, 21 and 2F. RGB value is (150,33,47). Sum of RGB (Red+Green+Blue) = 150+33+47=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96212F is #69DED0. Grayscale: #454545. Windows color (decimal): -6938321 or 3088790. OLE color: 3088790.

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

Color convert

RGB1503347-
CMYK00.780.690.41
HSL352.82º63.93%35.88%-
HSV(B)352.82º78%58.82%-
XYZ13.637.783.47-
YUV69.58115.26185.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.22%
GREEN value IS 33 (13.28% from 255) = 14.35%
BLUE value IS 47 (18.75% from 255) = 20.43%
R=65.22%
G=14.35%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150334700.780.690.41352.8263.9335.88
Hex96212F04E45291614024
Octal226415701161055154110044
Binary100101101000011011110100111010001011010011011000011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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