Html Css Color HEX #951937 Bright Red

📋 copy color: '#951937'

red 149 ◦ green 25 ◦ blue 55

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

Shades of Bright Red #951937

Tints of Bright Red #951937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

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

R = 65.07%
G = 10.92%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#951937 (or 0x951937) is known color: Bright Red. HEX triplet: 95, 19 and 37. RGB value is (149,25,55). Sum of RGB (Red+Green+Blue) = 149+25+55=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #951937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951937 is #6AE6C8. Grayscale: #414141. Windows color (decimal): -7005897 or 3611029. OLE color: 3611029.

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

Color convert

RGB 149 25 55 -
CMYK 0 0.83 0.63 0.42
HSL 345.48º 0.71% 0.34% -
HSV(B) 345.48º 0.83% 0.58% -
XYZ 13.43 7.36 4.33 -
YUV 65.5 122.08 187.56 -
System Red Green Blue C M Y K H S L
Decimal 149 25 55 0 0.83 0.63 0.42 345.48 0.71 0.34
Hex 95 19 37 0 53 3F 2A 159 47 22
Octal 225 31 67 0 123 77 52 531 107 42
Binary 10010101 11001 110111 0 1010011 111111 101010 101011001 1000111 100010

Color Harmonies of #951937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951937

Black with #951937

Text Example


Text Example

White with #951937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951937; }

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

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

background-color css

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

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

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

border-color css

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

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

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