Html Css Color HEX #952133 Bright Red

📋 copy color: '#952133'

red 149 ◦ green 33 ◦ blue 51

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

Shades of Bright Red #952133

Tints of Bright Red #952133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.89%

R = 63.95%
G = 14.16%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#952133 (or 0x952133) is known color: Bright Red. HEX triplet: 95, 21 and 33. RGB value is (149,33,51). Sum of RGB (Red+Green+Blue) = 149+33+51=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #952133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952133 is #6ADECC. Grayscale: #454545. Windows color (decimal): -7003853 or 3350933. OLE color: 3350933.

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

Color convert

RGB 149 33 51 -
CMYK 0 0.78 0.66 0.42
HSL 350.69º 0.64% 0.36% -
HSV(B) 350.69º 0.78% 0.58% -
XYZ 13.54 7.72 3.91 -
YUV 69.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 149 33 51 0 0.78 0.66 0.42 350.69 0.64 0.36
Hex 95 21 33 0 4E 42 2A 15F 40 24
Octal 225 41 63 0 116 102 52 537 100 44
Binary 10010101 100001 110011 0 1001110 1000010 101010 101011111 1000000 100100

Color Harmonies of #952133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952133

Black with #952133

Text Example


Text Example

White with #952133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952133; }

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

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

background-color css

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

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

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

border-color css

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

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

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