Html Css Color HEX #961C23 Bright Red

📋 copy color: '#961C23'

red 150 ◦ green 28 ◦ blue 35

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

Shades of Bright Red #961C23

Tints of Bright Red #961C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.43%

R = 70.42%
G = 13.15%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#961C23 (or 0x961C23) is known color: Bright Red. HEX triplet: 96, 1C and 23. RGB value is (150,28,35). Sum of RGB (Red+Green+Blue) = 150+28+35=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #961C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C23 is #69E3DC. Grayscale: #414141. Windows color (decimal): -6939613 or 2301078. OLE color: 2301078.

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

Color convert

RGB 150 28 35 -
CMYK 0 0.81 0.77 0.41
HSL 356.56º 0.69% 0.35% -
HSV(B) 356.56º 0.81% 0.59% -
XYZ 13.3 7.44 2.32 -
YUV 65.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 150 28 35 0 0.81 0.77 0.41 356.56 0.69 0.35
Hex 96 1C 23 0 51 4D 29 165 45 23
Octal 226 34 43 0 121 115 51 545 105 43
Binary 10010110 11100 100011 0 1010001 1001101 101001 101100101 1000101 100011

Color Harmonies of #961C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C23

Black with #961C23

Text Example


Text Example

White with #961C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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