Html Css Color HEX #952641 Bright Red

📋 copy color: '#952641'

red 149 ◦ green 38 ◦ blue 65

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

Shades of Bright Red #952641

Tints of Bright Red #952641

RGB

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

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

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

R = 59.13%
G = 15.08%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952641 (or 0x952641) is known color: Bright Red. HEX triplet: 95, 26 and 41. RGB value is (149,38,65). Sum of RGB (Red+Green+Blue) = 149+38+65=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #952641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952641 is #6AD9BE. Grayscale: #4A4A4A. Windows color (decimal): -7002559 or 4269717. OLE color: 4269717.

HSL color Cylindrical-coordinate representation of color #952641: hue angle of 345.41º 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 #952641 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 65 -
CMYK 0 0.74 0.56 0.42
HSL 345.41º 0.59% 0.37% -
HSV(B) 345.41º 0.74% 0.58% -
XYZ 14.04 8.16 5.84 -
YUV 74.27 122.77 181.3 -
System Red Green Blue C M Y K H S L
Decimal 149 38 65 0 0.74 0.56 0.42 345.41 0.59 0.37
Hex 95 26 41 0 4A 38 2A 159 3B 25
Octal 225 46 101 0 112 70 52 531 73 45
Binary 10010101 100110 1000001 0 1001010 111000 101010 101011001 111011 100101

Color Harmonies of #952641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952641

Black with #952641

Text Example


Text Example

White with #952641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952641; }

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

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

background-color css

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

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

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

border-color css

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

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

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