Html Css Color HEX #952637 Bright Red

📋 copy color: '#952637'

red 149 ◦ green 38 ◦ blue 55

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

Shades of Bright Red #952637

Tints of Bright Red #952637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.7%

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

R = 61.57%
G = 15.7%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#952637 (or 0x952637) is known color: Bright Red. HEX triplet: 95, 26 and 37. RGB value is (149,38,55). Sum of RGB (Red+Green+Blue) = 149+38+55=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #952637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952637 is #6AD9C8. Grayscale: #494949. Windows color (decimal): -7002569 or 3614357. OLE color: 3614357.

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

Color convert

RGB 149 38 55 -
CMYK 0 0.74 0.63 0.42
HSL 350.81º 0.59% 0.37% -
HSV(B) 350.81º 0.74% 0.58% -
XYZ 13.78 8.05 4.44 -
YUV 73.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 149 38 55 0 0.74 0.63 0.42 350.81 0.59 0.37
Hex 95 26 37 0 4A 3F 2A 15F 3B 25
Octal 225 46 67 0 112 77 52 537 73 45
Binary 10010101 100110 110111 0 1001010 111111 101010 101011111 111011 100101

Color Harmonies of #952637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952637

Black with #952637

Text Example


Text Example

White with #952637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952637; }

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

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

background-color css

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

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

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

border-color css

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

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

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