Html Css Color HEX #952231 Bright Red

📋 copy color: '#952231'

red 149 ◦ green 34 ◦ blue 49

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

Shades of Bright Red #952231

Tints of Bright Red #952231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

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

R = 64.22%
G = 14.66%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#952231 (or 0x952231) is known color: Bright Red. HEX triplet: 95, 22 and 31. RGB value is (149,34,49). Sum of RGB (Red+Green+Blue) = 149+34+49=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #952231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952231 is #6ADDCE. Grayscale: #464646. Windows color (decimal): -7003599 or 3220117. OLE color: 3220117.

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

Color convert

RGB 149 34 49 -
CMYK 0 0.77 0.67 0.42
HSL 352.17º 0.63% 0.36% -
HSV(B) 352.17º 0.77% 0.58% -
XYZ 13.52 7.76 3.69 -
YUV 70.1 116.1 184.28 -
System Red Green Blue C M Y K H S L
Decimal 149 34 49 0 0.77 0.67 0.42 352.17 0.63 0.36
Hex 95 22 31 0 4D 43 2A 160 3F 24
Octal 225 42 61 0 115 103 52 540 77 44
Binary 10010101 100010 110001 0 1001101 1000011 101010 101100000 111111 100100

Color Harmonies of #952231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952231

Black with #952231

Text Example


Text Example

White with #952231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952231; }

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

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

background-color css

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

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

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

border-color css

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

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

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