Html Css Color HEX #961C20 Bright Red

📋 copy color: '#961C20'

red 150 ◦ green 28 ◦ blue 32

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

Shades of Bright Red #961C20

Tints of Bright Red #961C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.33%

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 71.43%
G = 13.33%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#961C20 (or 0x961C20) is known color: Bright Red. HEX triplet: 96, 1C and 20. RGB value is (150,28,32). Sum of RGB (Red+Green+Blue) = 150+28+32=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #961C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C20 is #69E3DF. Grayscale: #414141. Windows color (decimal): -6939616 or 2104470. OLE color: 2104470.

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

Color convert

RGB 150 28 32 -
CMYK 0 0.81 0.79 0.41
HSL 358.03º 0.69% 0.35% -
HSV(B) 358.03º 0.81% 0.59% -
XYZ 13.25 7.42 2.1 -
YUV 64.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 150 28 32 0 0.81 0.79 0.41 358.03 0.69 0.35
Hex 96 1C 20 0 51 4F 29 166 45 23
Octal 226 34 40 0 121 117 51 546 105 43
Binary 10010110 11100 100000 0 1010001 1001111 101001 101100110 1000101 100011

Color Harmonies of #961C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C20

Black with #961C20

Text Example


Text Example

White with #961C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,28,32); }

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

background-color css

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

 a { background-color: rgb(150,28,32); }

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

border-color css

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

 span { border-color: rgb(150,28,32); }

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