Html Css Color HEX #952434 Bright Red

📋 copy color: '#952434'

red 149 ◦ green 36 ◦ blue 52

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

Shades of Bright Red #952434

Tints of Bright Red #952434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.19%

 BLUE value IS 52 (20.7% from 255) = 21.94%

R = 62.87%
G = 15.19%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#952434 (or 0x952434) is known color: Bright Red. HEX triplet: 95, 24 and 34. RGB value is (149,36,52). Sum of RGB (Red+Green+Blue) = 149+36+52=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #952434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952434 is #6ADBCB. Grayscale: #474747. Windows color (decimal): -7003084 or 3417237. OLE color: 3417237.

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

Color convert

RGB 149 36 52 -
CMYK 0 0.76 0.65 0.42
HSL 351.5º 0.61% 0.36% -
HSV(B) 351.5º 0.76% 0.58% -
XYZ 13.65 7.9 4.05 -
YUV 71.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 149 36 52 0 0.76 0.65 0.42 351.5 0.61 0.36
Hex 95 24 34 0 4C 41 2A 160 3D 24
Octal 225 44 64 0 114 101 52 540 75 44
Binary 10010101 100100 110100 0 1001100 1000001 101010 101100000 111101 100100

Color Harmonies of #952434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952434

Black with #952434

Text Example


Text Example

White with #952434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952434; }

 p { color: rgb(149,36,52); }

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

background-color css

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

 a { background-color: rgb(149,36,52); }

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

border-color css

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

 span { border-color: rgb(149,36,52); }

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