Html Css Color HEX #961C21 Bright Red

📋 copy color: '#961C21'

red 150 ◦ green 28 ◦ blue 33

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

Shades of Bright Red #961C21

Tints of Bright Red #961C21

RGB

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

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

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

R = 71.09%
G = 13.27%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#961C21 (or 0x961C21) is known color: Bright Red. HEX triplet: 96, 1C and 21. RGB value is (150,28,33). Sum of RGB (Red+Green+Blue) = 150+28+33=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #961C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C21 is #69E3DE. Grayscale: #414141. Windows color (decimal): -6939615 or 2170006. OLE color: 2170006.

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

Color convert

RGB 150 28 33 -
CMYK 0 0.81 0.78 0.41
HSL 357.54º 0.69% 0.35% -
HSV(B) 357.54º 0.81% 0.59% -
XYZ 13.27 7.42 2.17 -
YUV 65.05 109.92 188.59 -
System Red Green Blue C M Y K H S L
Decimal 150 28 33 0 0.81 0.78 0.41 357.54 0.69 0.35
Hex 96 1C 21 0 51 4E 29 166 45 23
Octal 226 34 41 0 121 116 51 546 105 43
Binary 10010110 11100 100001 0 1010001 1001110 101001 101100110 1000101 100011

Color Harmonies of #961C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C21

Black with #961C21

Text Example


Text Example

White with #961C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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