Html Css Color HEX #961C2F Bright Red

📋 copy color: '#961C2F'

red 150 ◦ green 28 ◦ blue 47

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

Shades of Bright Red #961C2F

Tints of Bright Red #961C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.89%

R = 66.67%
G = 12.44%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#961C2F (or 0x961C2F) is known color: Bright Red. HEX triplet: 96, 1C and 2F. RGB value is (150,28,47). Sum of RGB (Red+Green+Blue) = 150+28+47=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #961C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C2F is #69E3D0. Grayscale: #424242. Windows color (decimal): -6939601 or 3087510. OLE color: 3087510.

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

Color convert

RGB 150 28 47 -
CMYK 0 0.81 0.69 0.41
HSL 350.66º 0.69% 0.35% -
HSV(B) 350.66º 0.81% 0.59% -
XYZ 13.51 7.52 3.43 -
YUV 66.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 150 28 47 0 0.81 0.69 0.41 350.66 0.69 0.35
Hex 96 1C 2F 0 51 45 29 15F 45 23
Octal 226 34 57 0 121 105 51 537 105 43
Binary 10010110 11100 101111 0 1010001 1000101 101001 101011111 1000101 100011

Color Harmonies of #961C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C2F

Black with #961C2F

Text Example


Text Example

White with #961C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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