Html Css Color HEX #952937 Bright Red

📋 copy color: '#952937'

red 149 ◦ green 41 ◦ blue 55

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

Shades of Bright Red #952937

Tints of Bright Red #952937

RGB

 RED value IS 149 (58.59% from 255) = 60.82%

 GREEN value IS 41 (16.41% from 255) = 16.73%

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

R = 60.82%
G = 16.73%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#952937 (or 0x952937) is known color: Bright Red. HEX triplet: 95, 29 and 37. RGB value is (149,41,55). Sum of RGB (Red+Green+Blue) = 149+41+55=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #952937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952937 is #6AD6C8. Grayscale: #4A4A4A. Windows color (decimal): -7001801 or 3615125. OLE color: 3615125.

HSL color Cylindrical-coordinate representation of color #952937: hue angle of 352.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952937 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 55 -
CMYK 0 0.72 0.63 0.42
HSL 352.22º 0.57% 0.37% -
HSV(B) 352.22º 0.72% 0.58% -
XYZ 13.88 8.25 4.48 -
YUV 74.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 149 41 55 0 0.72 0.63 0.42 352.22 0.57 0.37
Hex 95 29 37 0 48 3F 2A 160 39 25
Octal 225 51 67 0 110 77 52 540 71 45
Binary 10010101 101001 110111 0 1001000 111111 101010 101100000 111001 100101

Color Harmonies of #952937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952937

Black with #952937

Text Example


Text Example

White with #952937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952937; }

 p { color: rgb(149,41,55); }

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

background-color css

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

 a { background-color: rgb(149,41,55); }

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

border-color css

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

 span { border-color: rgb(149,41,55); }

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