Html Css Color HEX #952D41 Bright Red

📋 copy color: '#952D41'

red 149 ◦ green 45 ◦ blue 65

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

Shades of Bright Red #952D41

Tints of Bright Red #952D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.37%

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

R = 57.53%
G = 17.37%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952D41 (or 0x952D41) is known color: Bright Red. HEX triplet: 95, 2D and 41. RGB value is (149,45,65). Sum of RGB (Red+Green+Blue) = 149+45+65=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #952D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D41 is #6AD2BE. Grayscale: #4E4E4E. Windows color (decimal): -7000767 or 4271509. OLE color: 4271509.

HSL color Cylindrical-coordinate representation of color #952D41: hue angle of 348.46º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D41 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 65 -
CMYK 0 0.70 0.56 0.42
HSL 348.46º 0.54% 0.38% -
HSV(B) 348.46º 0.7% 0.58% -
XYZ 14.29 8.65 5.92 -
YUV 78.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 149 45 65 0 0.70 0.56 0.42 348.46 0.54 0.38
Hex 95 2D 41 0 46 38 2A 15C 36 26
Octal 225 55 101 0 106 70 52 534 66 46
Binary 10010101 101101 1000001 0 1000110 111000 101010 101011100 110110 100110

Color Harmonies of #952D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D41

Black with #952D41

Text Example


Text Example

White with #952D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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