Html Css Color HEX #951737 Bright Red

📋 copy color: '#951737'

red 149 ◦ green 23 ◦ blue 55

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

Shades of Bright Red #951737

Tints of Bright Red #951737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.13%

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

R = 65.64%
G = 10.13%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#951737 (or 0x951737) is known color: Bright Red. HEX triplet: 95, 17 and 37. RGB value is (149,23,55). Sum of RGB (Red+Green+Blue) = 149+23+55=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #951737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951737 is #6AE8C8. Grayscale: #404040. Windows color (decimal): -7006409 or 3610517. OLE color: 3610517.

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

Color convert

RGB 149 23 55 -
CMYK 0 0.85 0.63 0.42
HSL 344.76º 0.73% 0.34% -
HSV(B) 344.76º 0.85% 0.58% -
XYZ 13.39 7.28 4.31 -
YUV 64.32 122.74 188.4 -
System Red Green Blue C M Y K H S L
Decimal 149 23 55 0 0.85 0.63 0.42 344.76 0.73 0.34
Hex 95 17 37 0 55 3F 2A 159 49 22
Octal 225 27 67 0 125 77 52 531 111 42
Binary 10010101 10111 110111 0 1010101 111111 101010 101011001 1001001 100010

Color Harmonies of #951737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951737

Black with #951737

Text Example


Text Example

White with #951737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951737; }

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

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

background-color css

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

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

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

border-color css

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

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

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