Html Css Color HEX #952129 Bright Red

📋 copy color: '#952129'

red 149 ◦ green 33 ◦ blue 41

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

Shades of Bright Red #952129

Tints of Bright Red #952129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.39%

R = 66.82%
G = 14.8%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#952129 (or 0x952129) is known color: Bright Red. HEX triplet: 95, 21 and 29. RGB value is (149,33,41). Sum of RGB (Red+Green+Blue) = 149+33+41=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #952129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952129 is #6ADED6. Grayscale: #444444. Windows color (decimal): -7003863 or 2695573. OLE color: 2695573.

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

Color convert

RGB 149 33 41 -
CMYK 0 0.78 0.72 0.42
HSL 355.86º 0.64% 0.36% -
HSV(B) 355.86º 0.78% 0.58% -
XYZ 13.34 7.64 2.87 -
YUV 68.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 149 33 41 0 0.78 0.72 0.42 355.86 0.64 0.36
Hex 95 21 29 0 4E 48 2A 164 40 24
Octal 225 41 51 0 116 110 52 544 100 44
Binary 10010101 100001 101001 0 1001110 1001000 101010 101100100 1000000 100100

Color Harmonies of #952129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952129

Black with #952129

Text Example


Text Example

White with #952129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952129; }

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

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

background-color css

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

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

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

border-color css

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

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

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