#961D1E

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

Shades of Bright Red #961D1E

Tints of Bright Red #961D1E

Color information

#961D1E (or 0x961D1E) is unknown color: approx Bright Red. HEX triplet: 96, 1D and 1E. RGB value is (150,29,30). Sum of RGB (Red+Green+Blue) = 150+29+30=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #961D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961D1E is #69E2E1. Grayscale: #414141. Windows color (decimal): -6939362 or 1973654. OLE color: 1973654.

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

Color convert

RGB1502930-
CMYK00.810.800.41
HSL359.5º67.6%35.1%-
HSV(B)359.5º80.67%58.82%-
XYZ13.257.461.97-
YUV65.29108.09188.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.77%
GREEN value IS 29 (11.72% from 255) = 13.88%
BLUE value IS 30 (12.11% from 255) = 14.35%
R=71.77%
G=13.88%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150293000.810.800.41359.567.635.1
Hex961D1E05150291684423
Octal226353601211205155010443
Binary1001011011101111100101000110100001010011011010001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,29,30); }

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

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

 a { background-color: rgb(150,29,30); }

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

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

 span { border-color: rgb(150,29,30); }

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