Html Css Color HEX #952740 Bright Red

📋 copy color: '#952740'

red 149 ◦ green 39 ◦ blue 64

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

Shades of Bright Red #952740

Tints of Bright Red #952740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

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

R = 59.13%
G = 15.48%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#952740 (or 0x952740) is known color: Bright Red. HEX triplet: 95, 27 and 40. RGB value is (149,39,64). Sum of RGB (Red+Green+Blue) = 149+39+64=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #952740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952740 is #6AD8BF. Grayscale: #4A4A4A. Windows color (decimal): -7002304 or 4204437. OLE color: 4204437.

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

Color convert

RGB 149 39 64 -
CMYK 0 0.74 0.57 0.42
HSL 346.36º 0.59% 0.37% -
HSV(B) 346.36º 0.74% 0.58% -
XYZ 14.05 8.21 5.7 -
YUV 74.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 149 39 64 0 0.74 0.57 0.42 346.36 0.59 0.37
Hex 95 27 40 0 4A 39 2A 15A 3B 25
Octal 225 47 100 0 112 71 52 532 73 45
Binary 10010101 100111 1000000 0 1001010 111001 101010 101011010 111011 100101

Color Harmonies of #952740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952740

Black with #952740

Text Example


Text Example

White with #952740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952740; }

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

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

background-color css

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

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

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

border-color css

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

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

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