Html Css Color HEX #952731 Bright Red

📋 copy color: '#952731'

red 149 ◦ green 39 ◦ blue 49

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

Shades of Bright Red #952731

Tints of Bright Red #952731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.46%

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

R = 62.87%
G = 16.46%
B = 20.68%

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

#952731 (or 0x952731) is known color: Bright Red. HEX triplet: 95, 27 and 31. RGB value is (149,39,49). Sum of RGB (Red+Green+Blue) = 149+39+49=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #952731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952731 is #6AD8CE. Grayscale: #494949. Windows color (decimal): -7002319 or 3221397. OLE color: 3221397.

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

Color convert

RGB 149 39 49 -
CMYK 0 0.74 0.67 0.42
HSL 354.55º 0.59% 0.37% -
HSV(B) 354.55º 0.74% 0.58% -
XYZ 13.67 8.06 3.74 -
YUV 73.03 114.44 182.19 -
System Red Green Blue C M Y K H S L
Decimal 149 39 49 0 0.74 0.67 0.42 354.55 0.59 0.37
Hex 95 27 31 0 4A 43 2A 163 3B 25
Octal 225 47 61 0 112 103 52 543 73 45
Binary 10010101 100111 110001 0 1001010 1000011 101010 101100011 111011 100101

Color Harmonies of #952731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952731

Black with #952731

Text Example


Text Example

White with #952731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952731; }

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

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

background-color css

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

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

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

border-color css

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

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

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