Html Css Color HEX #961237 Bright Red

📋 copy color: '#961237'

red 150 ◦ green 18 ◦ blue 55

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

Shades of Bright Red #961237

Tints of Bright Red #961237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 67.26%
G = 8.07%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#961237 (or 0x961237) is known color: Bright Red. HEX triplet: 96, 12 and 37. RGB value is (150,18,55). Sum of RGB (Red+Green+Blue) = 150+18+55=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #961237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961237 is #69EDC8. Grayscale: #3D3D3D. Windows color (decimal): -6942153 or 3609238. OLE color: 3609238.

HSL color Cylindrical-coordinate representation of color #961237: hue angle of 343.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961237 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 18 55 -
CMYK 0 0.88 0.63 0.41
HSL 343.18º 0.79% 0.33% -
HSV(B) 343.18º 0.88% 0.59% -
XYZ 13.48 7.19 4.29 -
YUV 61.69 124.23 190.99 -
System Red Green Blue C M Y K H S L
Decimal 150 18 55 0 0.88 0.63 0.41 343.18 0.79 0.33
Hex 96 12 37 0 58 3F 29 157 4F 21
Octal 226 22 67 0 130 77 51 527 117 41
Binary 10010110 10010 110111 0 1011000 111111 101001 101010111 1001111 100001

Color Harmonies of #961237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961237

Black with #961237

Text Example


Text Example

White with #961237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961237; }

 p { color: rgb(150,18,55); }

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

background-color css

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

 a { background-color: rgb(150,18,55); }

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

border-color css

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

 span { border-color: rgb(150,18,55); }

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