Html Css Color HEX #952540 Bright Red

📋 copy color: '#952540'

red 149 ◦ green 37 ◦ blue 64

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

Shades of Bright Red #952540

Tints of Bright Red #952540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

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

R = 59.6%
G = 14.8%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#952540 (or 0x952540) is known color: Bright Red. HEX triplet: 95, 25 and 40. RGB value is (149,37,64). Sum of RGB (Red+Green+Blue) = 149+37+64=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #952540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952540 is #6ADABF. Grayscale: #494949. Windows color (decimal): -7002816 or 4203925. OLE color: 4203925.

HSL color Cylindrical-coordinate representation of color #952540: hue angle of 345.54º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952540 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 37 64 -
CMYK 0 0.75 0.57 0.42
HSL 345.54º 0.6% 0.36% -
HSV(B) 345.54º 0.75% 0.58% -
XYZ 13.98 8.08 5.67 -
YUV 73.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 149 37 64 0 0.75 0.57 0.42 345.54 0.6 0.36
Hex 95 25 40 0 4B 39 2A 15A 3C 24
Octal 225 45 100 0 113 71 52 532 74 44
Binary 10010101 100101 1000000 0 1001011 111001 101010 101011010 111100 100100

Color Harmonies of #952540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952540

Black with #952540

Text Example


Text Example

White with #952540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952540; }

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

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

background-color css

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

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

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

border-color css

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

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

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