Html Css Color HEX #952B31 Bright Red

📋 copy color: '#952B31'

red 149 ◦ green 43 ◦ blue 49

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

Shades of Bright Red #952B31

Tints of Bright Red #952B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.84%

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

R = 61.83%
G = 17.84%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#952B31 (or 0x952B31) is known color: Bright Red. HEX triplet: 95, 2B and 31. RGB value is (149,43,49). Sum of RGB (Red+Green+Blue) = 149+43+49=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #952B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B31 is #6AD4CE. Grayscale: #4B4B4B. Windows color (decimal): -7001295 or 3222421. OLE color: 3222421.

HSL color Cylindrical-coordinate representation of color #952B31: hue angle of 356.6º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B31 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 49 -
CMYK 0 0.71 0.67 0.42
HSL 356.6º 0.55% 0.38% -
HSV(B) 356.6º 0.71% 0.58% -
XYZ 13.81 8.34 3.79 -
YUV 75.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 149 43 49 0 0.71 0.67 0.42 356.6 0.55 0.38
Hex 95 2B 31 0 47 43 2A 165 37 26
Octal 225 53 61 0 107 103 52 545 67 46
Binary 10010101 101011 110001 0 1000111 1000011 101010 101100101 110111 100110

Color Harmonies of #952B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B31

Black with #952B31

Text Example


Text Example

White with #952B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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