#961F2C

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

Shades of Bright Red #961F2C

Tints of Bright Red #961F2C

Color information

#961F2C (or 0x961F2C) is unknown color: approx Bright Red. HEX triplet: 96, 1F and 2C. RGB value is (150,31,44). Sum of RGB (Red+Green+Blue) = 150+31+44=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #961F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F2C is #69E0D3. Grayscale: #444444. Windows color (decimal): -6938836 or 2891670. OLE color: 2891670.

HSL color Cylindrical-coordinate representation of color #961F2C: hue angle of 353.45º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F2C is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1503144-
CMYK00.790.710.41
HSL353.45º65.75%35.49%-
HSV(B)353.45º79.33%58.82%-
XYZ13.527.653.15-
YUV68.06114.42186.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.67%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=66.67%
G=13.78%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150314400.790.710.41353.4565.7535.49
Hex961F2C04F47291614223
Octal226375401171075154110243
Binary10010110111111011000100111110001111010011011000011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961F2C; }

 p { color: rgb(150,31,44); }

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

<style>
 a { background-color: #961F2C; }

 a { background-color: rgb(150,31,44); }

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

<style>
 span { border-color: #961F2C; }

 span { border-color: rgb(150,31,44); }

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