Html Css Color HEX #951D37 Bright Red

📋 copy color: '#951D37'

red 149 ◦ green 29 ◦ blue 55

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

Shades of Bright Red #951D37

Tints of Bright Red #951D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.45%

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

R = 63.95%
G = 12.45%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#951D37 (or 0x951D37) is known color: Bright Red. HEX triplet: 95, 1D and 37. RGB value is (149,29,55). Sum of RGB (Red+Green+Blue) = 149+29+55=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #951D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951D37 is #6AE2C8. Grayscale: #434343. Windows color (decimal): -7004873 or 3612053. OLE color: 3612053.

HSL color Cylindrical-coordinate representation of color #951D37: hue angle of 347º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951D37 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 29 55 -
CMYK 0 0.81 0.63 0.42
HSL 347º 0.67% 0.35% -
HSV(B) 347º 0.81% 0.58% -
XYZ 13.52 7.54 4.36 -
YUV 67.84 120.76 185.89 -
System Red Green Blue C M Y K H S L
Decimal 149 29 55 0 0.81 0.63 0.42 347 0.67 0.35
Hex 95 1D 37 0 51 3F 2A 15B 43 23
Octal 225 35 67 0 121 77 52 533 103 43
Binary 10010101 11101 110111 0 1010001 111111 101010 101011011 1000011 100011

Color Harmonies of #951D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D37

Black with #951D37

Text Example


Text Example

White with #951D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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