Html Css Color HEX #952131 Bright Red

📋 copy color: '#952131'

red 149 ◦ green 33 ◦ blue 49

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

Shades of Bright Red #952131

Tints of Bright Red #952131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

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

R = 64.5%
G = 14.29%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#952131 (or 0x952131) is known color: Bright Red. HEX triplet: 95, 21 and 31. RGB value is (149,33,49). Sum of RGB (Red+Green+Blue) = 149+33+49=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #952131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952131 is #6ADECE. Grayscale: #454545. Windows color (decimal): -7003855 or 3219861. OLE color: 3219861.

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

Color convert

RGB 149 33 49 -
CMYK 0 0.78 0.67 0.42
HSL 351.72º 0.64% 0.36% -
HSV(B) 351.72º 0.78% 0.58% -
XYZ 13.49 7.7 3.68 -
YUV 69.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 149 33 49 0 0.78 0.67 0.42 351.72 0.64 0.36
Hex 95 21 31 0 4E 43 2A 160 40 24
Octal 225 41 61 0 116 103 52 540 100 44
Binary 10010101 100001 110001 0 1001110 1000011 101010 101100000 1000000 100100

Color Harmonies of #952131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952131

Black with #952131

Text Example


Text Example

White with #952131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952131; }

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

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

background-color css

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

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

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

border-color css

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

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

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