Html Css Color HEX #961C34 Bright Red

📋 copy color: '#961C34'

red 150 ◦ green 28 ◦ blue 52

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

Shades of Bright Red #961C34

Tints of Bright Red #961C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.61%

R = 65.22%
G = 12.17%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#961C34 (or 0x961C34) is known color: Bright Red. HEX triplet: 96, 1C and 34. RGB value is (150,28,52). Sum of RGB (Red+Green+Blue) = 150+28+52=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #961C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C34 is #69E3CB. Grayscale: #434343. Windows color (decimal): -6939596 or 3415190. OLE color: 3415190.

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

Color convert

RGB 150 28 52 -
CMYK 0 0.81 0.65 0.41
HSL 348.2º 0.69% 0.35% -
HSV(B) 348.2º 0.81% 0.59% -
XYZ 13.61 7.56 3.99 -
YUV 67.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 150 28 52 0 0.81 0.65 0.41 348.2 0.69 0.35
Hex 96 1C 34 0 51 41 29 15C 45 23
Octal 226 34 64 0 121 101 51 534 105 43
Binary 10010110 11100 110100 0 1010001 1000001 101001 101011100 1000101 100011

Color Harmonies of #961C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C34

Black with #961C34

Text Example


Text Example

White with #961C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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