Html Css Color HEX #961D2C Bright Red

📋 copy color: '#961D2C'

red 150 ◦ green 29 ◦ blue 44

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

Shades of Bright Red #961D2C

Tints of Bright Red #961D2C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13%

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 67.26%
G = 13%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#961D2C (or 0x961D2C) is known color: Bright Red. HEX triplet: 96, 1D and 2C. RGB value is (150,29,44). Sum of RGB (Red+Green+Blue) = 150+29+44=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #961D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961D2C is #69E2D3. Grayscale: #424242. Windows color (decimal): -6939348 or 2891158. OLE color: 2891158.

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

Color convert

RGB 150 29 44 -
CMYK 0 0.81 0.71 0.41
HSL 352.56º 0.68% 0.35% -
HSV(B) 352.56º 0.81% 0.59% -
XYZ 13.47 7.54 3.13 -
YUV 66.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 150 29 44 0 0.81 0.71 0.41 352.56 0.68 0.35
Hex 96 1D 2C 0 51 47 29 161 44 23
Octal 226 35 54 0 121 107 51 541 104 43
Binary 10010110 11101 101100 0 1010001 1000111 101001 101100001 1000100 100011

Color Harmonies of #961D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D2C

Black with #961D2C

Text Example


Text Example

White with #961D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,29,44); }

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

background-color css

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

 a { background-color: rgb(150,29,44); }

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

border-color css

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

 span { border-color: rgb(150,29,44); }

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