Html Css Color HEX #952840 Bright Red

📋 copy color: '#952840'

red 149 ◦ green 40 ◦ blue 64

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

Shades of Bright Red #952840

Tints of Bright Red #952840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

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

R = 58.89%
G = 15.81%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#952840 (or 0x952840) is known color: Bright Red. HEX triplet: 95, 28 and 40. RGB value is (149,40,64). Sum of RGB (Red+Green+Blue) = 149+40+64=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #952840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952840 is #6AD7BF. Grayscale: #4B4B4B. Windows color (decimal): -7002048 or 4204693. OLE color: 4204693.

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

Color convert

RGB 149 40 64 -
CMYK 0 0.73 0.57 0.42
HSL 346.79º 0.58% 0.37% -
HSV(B) 346.79º 0.73% 0.58% -
XYZ 14.08 8.28 5.71 -
YUV 75.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 149 40 64 0 0.73 0.57 0.42 346.79 0.58 0.37
Hex 95 28 40 0 49 39 2A 15B 3A 25
Octal 225 50 100 0 111 71 52 533 72 45
Binary 10010101 101000 1000000 0 1001001 111001 101010 101011011 111010 100101

Color Harmonies of #952840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952840

Black with #952840

Text Example


Text Example

White with #952840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952840; }

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

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

background-color css

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

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

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

border-color css

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

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

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