Html Css Color HEX #961721 Bright Red

📋 copy color: '#961721'

red 150 ◦ green 23 ◦ blue 33

#961721
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #961721

Tints of Bright Red #961721

RGB

 RED value IS 150 (58.98% from 255) = 72.82%

 GREEN value IS 23 (9.38% from 255) = 11.17%

 BLUE value IS 33 (13.28% from 255) = 16.02%

R = 72.82%
G = 11.17%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#961721 (or 0x961721) is known color: Bright Red. HEX triplet: 96, 17 and 21. RGB value is (150,23,33). Sum of RGB (Red+Green+Blue) = 150+23+33=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #961721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961721 is #69E8DE. Grayscale: #3E3E3E. Windows color (decimal): -6940895 or 2168726. OLE color: 2168726.

HSL color Cylindrical-coordinate representation of color #961721: hue angle of 355.28º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961721 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 33 -
CMYK 0 0.85 0.78 0.41
HSL 355.28º 0.73% 0.34% -
HSV(B) 355.28º 0.85% 0.59% -
XYZ 13.16 7.21 2.14 -
YUV 62.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 150 23 33 0 0.85 0.78 0.41 355.28 0.73 0.34
Hex 96 17 21 0 55 4E 29 163 49 22
Octal 226 27 41 0 125 116 51 543 111 42
Binary 10010110 10111 100001 0 1010101 1001110 101001 101100011 1001001 100010

Color Harmonies of #961721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961721

Black with #961721

Text Example


Text Example

White with #961721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961721; }

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

 H1.HeaderClassName
 {
   color: #961721;
 }
 .AnyTagClassName
 {
   color: #961721;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #961721;
 }
 .BgClassName
 {
   background-color: #961721;
 }
</style>

border-color css

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

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

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