Html Css Color HEX #952940 Bright Red

📋 copy color: '#952940'

red 149 ◦ green 41 ◦ blue 64

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

Shades of Bright Red #952940

Tints of Bright Red #952940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 58.66%
G = 16.14%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#952940 (or 0x952940) is known color: Bright Red. HEX triplet: 95, 29 and 40. RGB value is (149,41,64). Sum of RGB (Red+Green+Blue) = 149+41+64=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #952940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952940 is #6AD6BF. Grayscale: #4B4B4B. Windows color (decimal): -7001792 or 4204949. OLE color: 4204949.

HSL color Cylindrical-coordinate representation of color #952940: hue angle of 347.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 #952940 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 64 -
CMYK 0 0.72 0.57 0.42
HSL 347.22º 0.57% 0.37% -
HSV(B) 347.22º 0.72% 0.58% -
XYZ 14.11 8.35 5.72 -
YUV 75.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 149 41 64 0 0.72 0.57 0.42 347.22 0.57 0.37
Hex 95 29 40 0 48 39 2A 15B 39 25
Octal 225 51 100 0 110 71 52 533 71 45
Binary 10010101 101001 1000000 0 1001000 111001 101010 101011011 111001 100101

Color Harmonies of #952940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952940

Black with #952940

Text Example


Text Example

White with #952940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952940; }

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

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

background-color css

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

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

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

border-color css

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

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

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