#961D2D

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

Shades of Bright Red #961D2D

Tints of Bright Red #961D2D

Color information

#961D2D (or 0x961D2D) is unknown color: approx Bright Red. HEX triplet: 96, 1D and 2D. RGB value is (150,29,45). Sum of RGB (Red+Green+Blue) = 150+29+45=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #961D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961D2D is #69E2D2. Grayscale: #434343. Windows color (decimal): -6939347 or 2956694. OLE color: 2956694.

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

Color convert

RGB1502945-
CMYK00.810.700.41
HSL352.07º67.6%35.1%-
HSV(B)352.07º80.67%58.82%-
XYZ13.497.553.23-
YUV67115.59187.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.96%
GREEN value IS 29 (11.72% from 255) = 12.95%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=66.96%
G=12.95%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150294500.810.700.41352.0767.635.1
Hex961D2D05146291604423
Octal226355501211065154010443
Binary10010110111011011010101000110001101010011011000001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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