Html Css Color HEX #952841 Bright Red

📋 copy color: '#952841'

red 149 ◦ green 40 ◦ blue 65

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

Shades of Bright Red #952841

Tints of Bright Red #952841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 58.66%
G = 15.75%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952841 (or 0x952841) is known color: Bright Red. HEX triplet: 95, 28 and 41. RGB value is (149,40,65). Sum of RGB (Red+Green+Blue) = 149+40+65=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #952841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952841 is #6AD7BE. Grayscale: #4B4B4B. Windows color (decimal): -7002047 or 4270229. OLE color: 4270229.

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

Color convert

RGB 149 40 65 -
CMYK 0 0.73 0.56 0.42
HSL 346.24º 0.58% 0.37% -
HSV(B) 346.24º 0.73% 0.58% -
XYZ 14.11 8.29 5.86 -
YUV 75.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 149 40 65 0 0.73 0.56 0.42 346.24 0.58 0.37
Hex 95 28 41 0 49 38 2A 15A 3A 25
Octal 225 50 101 0 111 70 52 532 72 45
Binary 10010101 101000 1000001 0 1001001 111000 101010 101011010 111010 100101

Color Harmonies of #952841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952841

Black with #952841

Text Example


Text Example

White with #952841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952841; }

 p { color: rgb(149,40,65); }

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

background-color css

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

 a { background-color: rgb(149,40,65); }

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

border-color css

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

 span { border-color: rgb(149,40,65); }

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