Html Css Color HEX #952737 Bright Red

📋 copy color: '#952737'

red 149 ◦ green 39 ◦ blue 55

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

Shades of Bright Red #952737

Tints of Bright Red #952737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.05%

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

R = 61.32%
G = 16.05%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#952737 (or 0x952737) is known color: Bright Red. HEX triplet: 95, 27 and 37. RGB value is (149,39,55). Sum of RGB (Red+Green+Blue) = 149+39+55=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #952737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952737 is #6AD8C8. Grayscale: #494949. Windows color (decimal): -7002313 or 3614613. OLE color: 3614613.

HSL color Cylindrical-coordinate representation of color #952737: hue angle of 351.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952737 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 39 55 -
CMYK 0 0.74 0.63 0.42
HSL 351.27º 0.59% 0.37% -
HSV(B) 351.27º 0.74% 0.58% -
XYZ 13.81 8.12 4.45 -
YUV 73.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 149 39 55 0 0.74 0.63 0.42 351.27 0.59 0.37
Hex 95 27 37 0 4A 3F 2A 15F 3B 25
Octal 225 47 67 0 112 77 52 537 73 45
Binary 10010101 100111 110111 0 1001010 111111 101010 101011111 111011 100101

Color Harmonies of #952737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952737

Black with #952737

Text Example


Text Example

White with #952737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952737; }

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

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

background-color css

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

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

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

border-color css

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

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

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