Html Css Color HEX #952437 Bright Red

📋 copy color: '#952437'

red 149 ◦ green 36 ◦ blue 55

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

Shades of Bright Red #952437

Tints of Bright Red #952437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.92%

R = 62.08%
G = 15%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#952437 (or 0x952437) is known color: Bright Red. HEX triplet: 95, 24 and 37. RGB value is (149,36,55). Sum of RGB (Red+Green+Blue) = 149+36+55=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #952437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952437 is #6ADBC8. Grayscale: #474747. Windows color (decimal): -7003081 or 3613845. OLE color: 3613845.

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

Color convert

RGB 149 36 55 -
CMYK 0 0.76 0.63 0.42
HSL 349.91º 0.61% 0.36% -
HSV(B) 349.91º 0.76% 0.58% -
XYZ 13.71 7.93 4.42 -
YUV 71.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 149 36 55 0 0.76 0.63 0.42 349.91 0.61 0.36
Hex 95 24 37 0 4C 3F 2A 15E 3D 24
Octal 225 44 67 0 114 77 52 536 75 44
Binary 10010101 100100 110111 0 1001100 111111 101010 101011110 111101 100100

Color Harmonies of #952437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952437

Black with #952437

Text Example


Text Example

White with #952437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952437; }

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

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

background-color css

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

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

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

border-color css

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

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

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