Html Css Color HEX #952640 Bright Red

📋 copy color: '#952640'

red 149 ◦ green 38 ◦ blue 64

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

Shades of Bright Red #952640

Tints of Bright Red #952640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

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

R = 59.36%
G = 15.14%
B = 25.5%

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

#952640 (or 0x952640) is known color: Bright Red. HEX triplet: 95, 26 and 40. RGB value is (149,38,64). Sum of RGB (Red+Green+Blue) = 149+38+64=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #952640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952640 is #6AD9BF. Grayscale: #4A4A4A. Windows color (decimal): -7002560 or 4204181. OLE color: 4204181.

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

Color convert

RGB 149 38 64 -
CMYK 0 0.74 0.57 0.42
HSL 345.95º 0.59% 0.37% -
HSV(B) 345.95º 0.74% 0.58% -
XYZ 14.01 8.15 5.68 -
YUV 74.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 149 38 64 0 0.74 0.57 0.42 345.95 0.59 0.37
Hex 95 26 40 0 4A 39 2A 15A 3B 25
Octal 225 46 100 0 112 71 52 532 73 45
Binary 10010101 100110 1000000 0 1001010 111001 101010 101011010 111011 100101

Color Harmonies of #952640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952640

Black with #952640

Text Example


Text Example

White with #952640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952640; }

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

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

background-color css

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

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

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

border-color css

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

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

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