Html Css Color HEX #952A41 Bright Red

📋 copy color: '#952A41'

red 149 ◦ green 42 ◦ blue 65

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

Shades of Bright Red #952A41

Tints of Bright Red #952A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.41%

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

R = 58.2%
G = 16.41%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952A41 (or 0x952A41) is known color: Bright Red. HEX triplet: 95, 2A and 41. RGB value is (149,42,65). Sum of RGB (Red+Green+Blue) = 149+42+65=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #952A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A41 is #6AD5BE. Grayscale: #4C4C4C. Windows color (decimal): -7001535 or 4270741. OLE color: 4270741.

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

Color convert

RGB 149 42 65 -
CMYK 0 0.72 0.56 0.42
HSL 347.1º 0.56% 0.37% -
HSV(B) 347.1º 0.72% 0.58% -
XYZ 14.18 8.43 5.88 -
YUV 76.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 149 42 65 0 0.72 0.56 0.42 347.1 0.56 0.37
Hex 95 2A 41 0 48 38 2A 15B 38 25
Octal 225 52 101 0 110 70 52 533 70 45
Binary 10010101 101010 1000001 0 1001000 111000 101010 101011011 111000 100101

Color Harmonies of #952A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A41

Black with #952A41

Text Example


Text Example

White with #952A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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