Html Css Color HEX #952331 Bright Red

📋 copy color: '#952331'

red 149 ◦ green 35 ◦ blue 49

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

Shades of Bright Red #952331

Tints of Bright Red #952331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.02%

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

R = 63.95%
G = 15.02%
B = 21.03%

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

#952331 (or 0x952331) is known color: Bright Red. HEX triplet: 95, 23 and 31. RGB value is (149,35,49). Sum of RGB (Red+Green+Blue) = 149+35+49=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #952331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952331 is #6ADCCE. Grayscale: #464646. Windows color (decimal): -7003343 or 3220373. OLE color: 3220373.

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

Color convert

RGB 149 35 49 -
CMYK 0 0.77 0.67 0.42
HSL 352.63º 0.62% 0.36% -
HSV(B) 352.63º 0.77% 0.58% -
XYZ 13.55 7.81 3.7 -
YUV 70.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 149 35 49 0 0.77 0.67 0.42 352.63 0.62 0.36
Hex 95 23 31 0 4D 43 2A 161 3E 24
Octal 225 43 61 0 115 103 52 541 76 44
Binary 10010101 100011 110001 0 1001101 1000011 101010 101100001 111110 100100

Color Harmonies of #952331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952331

Black with #952331

Text Example


Text Example

White with #952331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952331; }

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

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

background-color css

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

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

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

border-color css

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

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

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