Html Css Color HEX #952D40 Bright Red

📋 copy color: '#952D40'

red 149 ◦ green 45 ◦ blue 64

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

Shades of Bright Red #952D40

Tints of Bright Red #952D40

RGB

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

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

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

R = 57.75%
G = 17.44%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#952D40 (or 0x952D40) is known color: Bright Red. HEX triplet: 95, 2D and 40. RGB value is (149,45,64). Sum of RGB (Red+Green+Blue) = 149+45+64=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #952D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D40 is #6AD2BF. Grayscale: #4E4E4E. Windows color (decimal): -7000768 or 4205973. OLE color: 4205973.

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

Color convert

RGB 149 45 64 -
CMYK 0 0.70 0.57 0.42
HSL 349.04º 0.54% 0.38% -
HSV(B) 349.04º 0.7% 0.58% -
XYZ 14.26 8.64 5.77 -
YUV 78.26 119.96 178.46 -
System Red Green Blue C M Y K H S L
Decimal 149 45 64 0 0.70 0.57 0.42 349.04 0.54 0.38
Hex 95 2D 40 0 46 39 2A 15D 36 26
Octal 225 55 100 0 106 71 52 535 66 46
Binary 10010101 101101 1000000 0 1000110 111001 101010 101011101 110110 100110

Color Harmonies of #952D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D40

Black with #952D40

Text Example


Text Example

White with #952D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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