Html Css Color HEX #952631 Bright Red

📋 copy color: '#952631'

red 149 ◦ green 38 ◦ blue 49

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

Shades of Bright Red #952631

Tints of Bright Red #952631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.76%

R = 63.14%
G = 16.1%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#952631 (or 0x952631) is known color: Bright Red. HEX triplet: 95, 26 and 31. RGB value is (149,38,49). Sum of RGB (Red+Green+Blue) = 149+38+49=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #952631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952631 is #6AD9CE. Grayscale: #484848. Windows color (decimal): -7002575 or 3221141. OLE color: 3221141.

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

Color convert

RGB 149 38 49 -
CMYK 0 0.74 0.67 0.42
HSL 354.05º 0.59% 0.37% -
HSV(B) 354.05º 0.74% 0.58% -
XYZ 13.64 8 3.73 -
YUV 72.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 149 38 49 0 0.74 0.67 0.42 354.05 0.59 0.37
Hex 95 26 31 0 4A 43 2A 162 3B 25
Octal 225 46 61 0 112 103 52 542 73 45
Binary 10010101 100110 110001 0 1001010 1000011 101010 101100010 111011 100101

Color Harmonies of #952631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952631

Black with #952631

Text Example


Text Example

White with #952631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952631; }

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

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

background-color css

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

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

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

border-color css

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

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

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